curl --location --request POST '/api/auth/get-access-token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerId": "string",
"accountId": "string",
"userId": "string"
}'
{
"tokenType": "string",
"idToken": "string",
"accessToken": "string",
"refreshToken": "string",
"accessTokenExpiresAt": "2019-08-24T14:15:22Z",
"refreshTokenExpiresAt": "2019-08-24T14:15:22Z"
}