{ "courseId":11, "longitude":"26.050385", "latitude":"119.192005" }
curl --location --request PUT 'http://localhost:9090courseAttendances/signin' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "courseId":11, "longitude":"26.050385", "latitude":"119.192005" }'
{ "code": 0, "message": "string", "data": null }