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": "BTC",
"asset_type": "crypto"
}'{
"data": {
"id": "5a1d2c3e-4f67-8901-2345-6789abcde012",
"ledger_id": "c2b5d3b8-6f5e-4b34-9c9b-2a5e2c1f7a10",
"code": "BTC",
"asset_type": "crypto",
"is_disabled": false,
"created_at": "2025-12-20T10:05:00Z",
"updated_at": "2025-12-20T10:05:00Z"
},
"metadata": {
"trace_id": "def456ghi789",
"timestamp": "2025-12-20T10:05:00Z"
}
}