Create
POST
/api/jobs/applicants/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:8000/api/jobs/applicants/' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": 1
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2024-02-07 23:16:50