Authorization: Bearer ********************curl --location --request POST '/fidix/v1/assets' \
--header 'traceparent: 00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "USD",
"asset_type": "fiat"
}'{
"error": {
"code": "F001",
"message": "ledger_id: cannot be blank",
"details": {}
}
}