id 608 and send a notification to the appropriate departmentAuthorization: Bearer ********************{
"note": "I will send the needed information ASAP",
"notification": "Yes"
}curl --location --request POST '/api/boarding-application/608/note' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "I will send the needed information ASAP",
"notification": "Yes"
}'{
"id": "149",
"note": "I will send the needed information ASAP",
"user": {
"id": "14",
"name": "Demo Outside Agent",
"email": "demo-agent@email.com"
},
"notification": "Yes",
"updatedOn": "2021-10-06 15:09:39",
"createdOn": "2021-10-06 15:09:39"
}