curl --request PATCH \
--url http://localhost:3000/api/v1/requisitions/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"type": "<string>",
"sector": "<string>",
"code": "<string>"
}
'{
"success": true
}curl --request PATCH \
--url http://localhost:3000/api/v1/requisitions/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"type": "<string>",
"sector": "<string>",
"code": "<string>"
}
'{
"success": true
}