Authorization: Bearer ********************curl --location --request POST '/admin/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john@example.com",
"password": "StrongPass123!"
}'{
"responseMessage": [
"string"
],
"responseCode": 0,
"responseData": {}
}