curl --location --request PUT '/fidix/v1/accounts/00000000-0000-0000-0000-000000000099' \
--header 'traceparent: 00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Updated Name",
"owner_id": "2g9h7e60-4d9c-6f4c-c4g3-1f1c8d5h3c45"
}'{
"error": {
"code": "F003",
"message": "Account not found",
"details": {}
}
}