Authorization: Bearer ********************
{
"title": "string"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/cause-failures/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string"
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
}