curl --location --request POST 'https://dev.your-api-server.com/api/auth/login' \ --header 'Content-Type: text/plain' \ --data-raw '{ "email":"abinas@neuralspace.ai", "password": "Test@123" }'
{}