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