curl --location --request PATCH 'http://localhost:3030/api/v1/accounts//custom_attribute_definitions/' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"attribute_display_name": "string",
"attribute_display_type": 0,
"attribute_description": "string",
"attribute_key": "string",
"attribute_values": [
"string"
],
"attribute_model": 0,
"aily_read_access": true,
"aily_write_access": true
}'{
"id": 0,
"attribute_display_name": "string",
"attribute_display_type": "string",
"attribute_description": "string",
"attribute_key": "string",
"attribute_values": "string",
"default_value": "string",
"attribute_model": "string",
"aily_read_access": true,
"aily_write_access": true,
"account_id": 0
}