curl --request PUT \
--url https://openapi.pleo.io/v1/accounts/{accountId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"accountNumber": "<string>",
"name": "<string>",
"taxCodeId": "<string>",
"accountCategoryId": "<string>",
"hidden": true
}
'