curl --location --request PATCH '/accounts' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Company Account"
}'{
"success": true,
"data": {
"id": "6cc75690-31b2-4774-a511-3d6e1605b107",
"name": "Acme Corp",
"createdAt": "2024-01-01T00:00:00.000Z"
},
"errors": [
"string"
]
}