Authorization: Bearer ********************
{
"id": 1,
"state": "PROGRESS"
}
curl --location --request PUT 'https://api.klever.tec.br/api/external_resource/scr/update_state' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"state": "PROGRESS"
}'
{
"message": "string"
}