curl -X POST https://api.acountpay.com/v1/partner/merchants/42/card-payments/auth-token \
-H "X-Partner-Client-Id: your-client-id" \
-H "X-Partner-Client-Secret: your-client-secret" \
-H "Content-Type: application/json" \
-d '{
"terminalId": "term_abc123"
}'