curl --location --request POST 'https://horus-api.lucaskaiut.com.br/api/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doen",
"email": "johndoe@example.com",
"password": "********",
"password_confirmation": "********"
}'{
"data": {
"id": "1",
"name": "John Doen",
"email": "johndoe@example.com"
}
}