Authorization: Bearer ********************
{ "issue_remark": "SUBMITTED" }
curl --location -g --request PATCH 'https://preprod.api.crego.io/v1/crm/documents/{{crm:document_id}}/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "issue_remark": "SUBMITTED" }'
{}