{
"reason": "string"
}curl --location 'https://web.richen8.cn/api/common/v1/account/cancel' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3ODAxNDI2MDUsImlhdCI6MTc3NzU1MDYwNSwianRpIjoiYWRjZDdlMjEtNDk4YS00OTYzLWEwMjktNDY1NTA1MmU3MzYyIiwidXNlcl9pZCI6MTEyfQ.59JzeJ5wViprpWtxWcp9yNB9VRXZVfYyO2Ya_enLEUc' \
--header 'Content-Type: application/json' \
--data '{
"reason": "string"
}'{
"code": 0,
"message": "string",
"data": [
{
"user_id": 0,
"requested_at": "string",
"cooling_ends_at": "string"
}
]
}