curl --location --request GET 'https://api.test.payrun.io/Employer//PaySchedule//PayRun//Employee//Commentary' \
--header 'Authorization;' \
--header 'Api-Version;'{
"Commentary": {
"Created": "2019-08-24T14:15:22.123Z",
"Detail": "string",
"Employee": {
"@href": "string",
"@rel": "string",
"@title": "string"
},
"PayRun": {
"@href": "string",
"@rel": "string",
"@title": "string"
}
}
}