curl --location -g --request GET 'https://api-x.smsonline.cloud/v3/customers/{{userid}}/payments?apiKey={{APIKey}}'
{ "ok": true, "body": [ { "method": "payment method", "sesid": "sessionId", "payId": "payId", "amount": 500, "created": "2025-05-15 18:37:30", "expires_at": "2025-05-15 19:37:30", "status": "cancel", "userId": "userId" }, ] }