Authorization: Bearer ********************{}curl --location 'https://web-api.blockindex.com/entity//asset/mapping/save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": [
{
"underlyingCurrencyPlatformMapId": "string",
"platformId": "string",
"platformSymbol": "string",
"underlyingCurrencyId": "string",
"type": "string",
"entityId": "string",
"userId": "string"
}
]
}