Request example for the access token API

A full request is not sent for this API. Only the header parameter is sent in the request.

curl --location --request POST "https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/auth/access-token" \
--header "refresh-token: Bearer <refresh token>"