{ "cardholderId": "string" }
curl --location --request POST 'https://dev-gateway.longfungx.com/open/api/cardholder/sync' \ --header 'Authorization: Bearer ZS3zq8gPkas0IzugI8WzSJs3WdHIj6/YkdXdLMkYnbo=' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardholderId": "string" }'
{ "code": "string", "message": "string", "data": true, "timestamp": "string" }