curl --location --request POST '/fidix/v1/assets' \
--header 'traceparent: 00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ledger_id": "c2b5d3b8-6f5e-4b34-9c9b-2a5e2c1f7a10",
"code": "This is a very long asset code that exceeds the maximum allowed length of 120 characters which should cause a validation error when attempting to create",
"asset_type": "fiat"
}'{
"error": {
"code": "F001",
"message": "code: the length must be between 1 and 120",
"details": {}
}
}