{
"email": "string",
"phone_number": "string",
"phone_prefix": "string"
}curl --location 'https://api.0xcard.org/api/users/create' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"phone_number": "string",
"phone_prefix": "string"
}'{
"result": "string",
"data": {
"result": "string",
"data": {
"id": "string"
}
}
}