{
"email": "user@example.com",
"password": "pa$$word"
}curl --location 'https://diveraid.test/api/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "pa$$word"
}'{
"status": "success",
"message": "string",
"data": {
"token": "string",
"token_type": "Bearer",
"expires_in": 0
}
}