Test schema to try out the functionalities of the registration endpoint
Request
Body Params application/json
{"correo":"test@example.us","clave":"12341234"}
Request Code Samples
curl --location --globoff '/{{test}}/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{"correo":"test@example.us","clave":"12341234"}'
Responses
application/json
{
"data": {
"status": "success",
"message": "Login successful",
"expiration-date": "2025-03-06T15:30:11.525750Z",
"token": "1|yXfZ06yWgipiOOq3U2FVS9J2ib26ocSzNrcB4weX7985e82b"
}
}
Modified at 2025-02-27 15:58:37