curl --location --request POST '/api/login' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email" : "azzedine@gmail.com",
"password" : "123456789"
}'
{}