{}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/user/reset_token' \ --header 'appKey;' \ --header 'token;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "status": 200, "msg": "请求成功", "requestId": "7b8ab7ce-38e5-11ef-9fb8-08002763b2f5", "content": { "token": "C4172025489E81750C12D858BC0085F7" } }