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