curl --request PATCH \
--url https://shelfforce.ai/api/v1/accounts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "brand",
"contactName": "<string>",
"contactEmail": "jsmith@example.com",
"contactPhone": "<string>",
"website": "<string>",
"notes": "<string>"
}
'