Authorization: Bearer ********************
{
"phone": "+1234567890",
"email": "user@example.com",
"firstname": "John",
"lastname": "Doe",
"date_of_birth": "2000-01-01",
"identifier": "123456789",
"country": "KAZ",
"gender": "M",
"nationality": "citizen of the world"
}
curl --location --request POST 'https://api.freedompay.kz/api/v1/oauth/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+1234567890",
"email": "user@example.com",
"firstname": "John",
"lastname": "Doe",
"date_of_birth": "2000-01-01",
"identifier": "123456789",
"country": "KAZ",
"gender": "M",
"nationality": "citizen of the world"
}'
{
"freedom_id": "eeca9287-d824-4f50-928b-450d2e46f874"
}