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