cURL
curl --request POST \ --url http://localhost:3000/api/openapi/resume/{id}/remove-password \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
"<unknown>"
Remove password protection from a resume.
The API key to authenticate requests.
The body is of type object.
object
OK
The response is of type any.
any