{
"uniqueId": "string",
"empRecordsId": 0,
"itemId": 0,
"clockDate": "string",
"clockCategory": 0,
"discardType": 0,
"cardReplaceTime": "string",
"reason": "string",
"imgUrls": [
"string"
],
"status": 0
}
curl --location --request POST '/approval-records/submitApply' \
--header 'Content-Type: application/json' \
--data-raw '{
"uniqueId": "string",
"empRecordsId": 0,
"itemId": 0,
"clockDate": "string",
"clockCategory": 0,
"discardType": 0,
"cardReplaceTime": "string",
"reason": "string",
"imgUrls": [
"string"
],
"status": 0
}'
{}