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