curl --location 'https://api.lampays.com/card-products/rounding-modes' \ --header 'X-API-VERSION: 1' \ --header 'X-Api-Key: {{api_key}}' \ --header 'X-Timestamp;' \ --header 'X-Nonce;' \ --header 'X-Signature;' \ --header 'X-Signature-Algorithm;'
{ "version": "string", "timestamp": 0, "success": true, "code": "string", "message": "string", "data": [ { "code": "string", "value": 0, "label": "string" } ] }