CreateUserEnvelope
meta object
requestIduuid
timestampdate-time
data object
emailemailrequired
profile object
displayNamestring
biostring
address object
streetstring
citystring
countrystring
CreateUserEnvelope
{
"meta": {
"requestId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"timestamp": "2024-07-29T15:51:28.071Z"
},
"data": {
"email": "user@example.com",
"profile": {
"displayName": "string",
"bio": "string",
"address": {
"street": "string",
"city": "string",
"country": "string"
}
}
}
}