Authorization: Bearer ********************
{
"name": "No one home/unsafe to ATL"
}
curl --location --request PATCH '/failed-delivery-status/1/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "No one home/unsafe to ATL"
}'
{}