{
"displayedName": "doggie",
"avatarUrl": "http://example.com",
"email": "user@example.com",
"phoneNumber": "string",
"password": "string"
}curl --location --request POST 'https://mock.apidog.com/m1/740441-0-default/auth?action=signup&target=account' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayedName": "doggie",
"avatarUrl": "http://example.com",
"email": "user@example.com",
"phoneNumber": "string",
"password": "string"
}'{
"data": {
"registerSessionId": "944125be-8108-4dc4-9133-14c709b28277",
"authCodeType": "alphanumeric",
"authCodeLength": "4"
},
"error": null,
"links": null,
"meta": {
"receivedAt": 0,
"requestId": "string"
}
}