Authorization: Bearer ********************
{
"codes": [
"string"
],
"state": 0
}
curl --location --request PUT 'http://ip:port/openApi/api/v1/open/production/code/syn/update/state' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"string"
],
"state": 0
}'
{
"code": "string",
"data": {},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}