{
"stateList": [
"string"
]
}
curl --location --request POST '/api/v3/getCodeNameByState' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"stateList": [
"string"
]
}'
{
"code": 0,
"message": "string",
"data": [
{
"state": "string",
"keeperName": "string"
}
]
}