Authorization: ********************
curl --location --request PATCH '/customfields/videos/keystring' \
--header 'Accept: application/json' \
--header 'Authorization;' \
--data-urlencode 'label=field' \
--data-urlencode 'show=true' \
--data-urlencode 'order=1'
{
"status": "<string>",
"key": "<string>"
}