Request
Body Params application/json
{
"name":"test",
"email":"xyz@gmail.com",
"password":"123456",
"agree":"true",
"fcm_token":null,
"location": {
"type": "Point",
"coordinates": [40.7128, -74.0060]
}
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/usr-mgt/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"test",
"email":"xyz@gmail.com",
"password":"123456",
"agree":"true",
"fcm_token":null,
"location": {
"type": "Point",
"coordinates": [40.7128, -74.0060]
}
}'
Responses
application/json Modified at 2024-11-15 11:08:17