Authorization: Bearer ********************{
"displayedName": "doggie",
"avatarUrl": "http://example.com",
"email": "user@example.com",
"updatedAt": 0,
"deletedAt": 0,
"phoneNumber": "string",
"merchantId": 0
}curl --location --request POST 'https://mock.apidog.com/m1/740441-0-default/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayedName": "doggie",
"avatarUrl": "http://example.com",
"email": "user@example.com",
"updatedAt": 0,
"deletedAt": 0,
"phoneNumber": "string",
"merchantId": 0
}'{
"data": {
"id": 0,
"displayedName": "doggie",
"avatarUrl": "http://example.com",
"email": "user@example.com",
"emailVerified": false,
"createdAt": 0,
"updatedAt": 0,
"deletedAt": 0,
"phoneNumber": "string",
"merchantId": 0
},
"error": null,
"links": null,
"meta": null
}