curl --request POST \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{id}/duplicate \
--header 'Authorization: <api-key>'
{
"id": 123
}
curl --request POST \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{id}/duplicate \
--header 'Authorization: <api-key>'
{
"id": 123
}
Token-based authentication with required prefix "Token"
The response is of type object
.