curl --request POST \
--url https://api.example.com/auth/register \
--header 'Content-Type: application/json' \
--data '{}'{
"id": "7138b7d4-e653-4811-9a40-349f7ba342d4",
"email": "usuario@exemplo.com.br",
"name": "Nome do Usuário",
"createdAt": "2024-01-01T12:00:00.000Z",
"updatedAt": "2024-01-01T12:00:00.000Z"
}
Cadastra um novo usuário no sistema.
curl --request POST \
--url https://api.example.com/auth/register \
--header 'Content-Type: application/json' \
--data '{}'{
"id": "7138b7d4-e653-4811-9a40-349f7ba342d4",
"email": "usuario@exemplo.com.br",
"name": "Nome do Usuário",
"createdAt": "2024-01-01T12:00:00.000Z",
"updatedAt": "2024-01-01T12:00:00.000Z"
}
{
"id": "7138b7d4-e653-4811-9a40-349f7ba342d4",
"email": "usuario@exemplo.com.br",
"name": "Nome do Usuário",
"createdAt": "2024-01-01T12:00:00.000Z",
"updatedAt": "2024-01-01T12:00:00.000Z"
}
The body is of type object.