{ "sms": { "recipient": "+447927987649" } }
curl --location --request POST 'https://api.lopay.com/api/1/partner/payment-link//send' \ --header 'x-merchant-id;' \ --header 'Content-Type: application/json' \ --data-raw '{ "sms": { "recipient": "+447927987649" } }'
{}