{
"assignmentId": 1,
"preferredDashouGroupId": 0,
"internalRemark": "string",
"suggestedStartAt": "string"
}curl --location '/studio-api/v1/studio/order-assignments/confirm' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"assignmentId": 1,
"preferredDashouGroupId": 0,
"internalRemark": "string",
"suggestedStartAt": "string"
}'{
"code": 0,
"message": "string",
"data": {
"confirmationId": 0,
"assignmentId": 0,
"orderId": 0,
"orderNo": "string",
"status": "string",
"schedulingStatus": "string",
"acceptedAt": "string"
}
}