Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/refresh-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:22.123Z",
"refreshTokenExpiresAt": "2019-08-24T14:15:22.123Z"
}