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