curl --location --request GET 'https://api.sparkwallet.top/ca?user_unique_id' \ --header 'User-Agent;' \ --header 'SparkWallet-App-Id;' \ --header 'SparkWallet-Signature;' \ --header 'SparkWallet-Timestamp;' \ --header 'SparkWallet-Nonce;'
{ "code": 0, "message": "string", "data": { "ca": "string" } }