{
"current": 0,
"page_size": 0,
"send_status": 0,
"job_name": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/com/job/send' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"page_size": 0,
"send_status": 0,
"job_name": "string"
}'
{}