cURL
curl --request POST \ --url https://rxresu.me/api/openapi/resume/{id}/set-locked \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "isLocked": true } '
"<unknown>"
Toggle the locked status of a resume, by its ID.
The API key to authenticate requests.
OK
The response is of type any.
any