curl --request POST \
--url https://api.clickpesa.com/third-parties/payments/preview-card-payment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": "<string>",
"currency": "USD",
"orderReference": "<string>",
"checksum": "<string>"
}'