curl --location --request POST 'https://api.dev.opensylo.com/api/merchants/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "david@example.com", "password": "SecurePass123!" }'
{}