{ "mentorID": "string", "applyID": "string", "agreeOrNot": true, "opinion": "string" }
curl --location --request POST '127.0.0.1:8000/LetVisit/MentorAgree' \ --header 'Content-Type: application/json' \ --data-raw '{ "mentorID": "string", "applyID": "string", "agreeOrNot": true, "opinion": "string" }'
{}