{
"grantType": "authorization_code",
"authCode": "2238240717133523163107188141436000691039"
}
curl --location --request POST '/authorization/v1/access-token/b2b2c' \
--header 'Content-Type: application/json' \
--data-raw '{
"grantType": "authorization_code",
"authCode": "2238240717133523163107188141436000691039"
}'
{}