Authorization: Bearer ********************
curl --location '/opportunities//changeStage' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "stageID": 87 }'
{ "error": { "code": "string", "message": "string" } }