curl --location --request POST 'https://api.conexteo.com/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'
{
"expiresIn": 14400,
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJ..."
}