Authorization: Bearer ********************
{
"request_id": "UUID",
"created_at": "2024-10-17T12:00:00Z"
}
curl --location --request POST 'https://passport.freedompay.kz/api/v1/oauth/get-profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "UUID",
"created_at": "2024-10-17T12:00:00Z"
}'
{
"request_id": "string",
"status": "accepted",
"freedom_id": "UUID"
}