/hold is already Customer Care Hold, aAuthorization: Bearer ********************curl --location --request POST 'https://api.dev.ordermesh.io/order/v1/orders//manual-hold' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"manualHold": {
"active": true,
"reason": "string",
"heldAtStatus": 1,
"appliedAt": "2019-08-24T14:15:22.123Z",
"appliedByName": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"extensionCount": 0
}
}