{
"type": "status"
}
curl --location --request POST 'https://api-sandbox.xiaoman.cn/api1?version=1&method=xiaoman.crm.order.fields&sign=xxx×tamp=1234567891&client_id=xxx1wwew' \
--header 'Authorization: xxxx' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "status"
}'
{
"code": 200,
"message": "",
"data": [
{
"id": 1,
"name": "草稿"
}
],
"now": "2025-03-26 14:12:12"
}