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