{
"debug": 1,
"yearMonth": "2023-10",
"process": "make",
"approvalType": "table_key",
"approvalId": "attend",
"userList": [
{
"userid": "1",
"name": "1"
},
{
"userid": "2",
"name": "2"
}
]
}
curl --location --request POST 'api/salary/operate-auth-v2/set-auth?debug=1' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"debug": 1,
"yearMonth": "2023-10",
"process": "make",
"approvalType": "table_key",
"approvalId": "attend",
"userList": [
{
"userid": "1",
"name": "1"
},
{
"userid": "2",
"name": "2"
}
]
}'
{}