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": "00000000-0000-0000-0000-000000000099",
"code": "USD",
"asset_type": "fiat"
}'{
"error": {
"code": "F003",
"message": "Ledger not found",
"details": {}
}
}