Authorization: Bearer ********************
{
"withdrawalCode": "string",
"agreedReceiptList": [
0
]
}
curl --location --request POST '/back/employeeWithdrawal/verifyWithdraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"withdrawalCode": "string",
"agreedReceiptList": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}