Authorization: Bearer ********************{
"employerNotes": "Optional text by employer "
}curl --location --request PATCH 'http://localhost:3000/api/v1/internship-programs/2/reject' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"employerNotes": "Optional text by employer "
}'{}