curl --location --request POST '/api/v2/user/guests' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"ktti_id": 0,
"phone": {
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567"
}
}'{
"uid": "string",
"uuid": "string",
"first_name": "Piers",
"last_name": "Morgan",
"preferred_name": "Piers M.",
"image_url": "http://example.com/sample.png",
"is_blocked": true,
"can_receive_funds": true,
"is_new_user": true,
"user_status": "Registered",
"can_become_admin": false,
"email": {
"email_address": "string",
"is_email_verified": true
},
"phone": {
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567",
"is_phone_verified": true
}
}