Authorization: Bearer ********************
{ "checkId": 1 }
curl --location --request GET 'http://localhost:9999/api/checks/detail' \ --header 'Content-Type: application/json' \ --data-raw '{ "checkId": 1 }'
{}