{"hello": "tanmarket"}
curl --location --request POST '/api/v3/echo' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{"hello": "tanmarket"}'
{
"code": 0,
"message": "success",
"data": {
"headers": {
"Content-Type": [
"application/json;charset=UTF-8"
],
"appId": [
"zc_test"
],
"timestamp": [
"1595069985339"
],
"sign": [
"ca5bc736bd8debcaa70086bf2ab177c26898943ab3e4ac0f096295d2f9694ed2"
],
"Content-Length": [
"22"
]
},
"params": {
"id": [
"your-vip"
]
},
"body": "{\"hello\": \"tanmarket\"}"
}
}