Authorization: Bearer ********************curl --location --request POST '/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "password123"
}'{
"success": true,
"data": null,
"message": "string"
}