Enable Mirror Operation{
"mirrorLinkId": "string",
"coinSymbol": "string",
"network": "string",
"amount": "string",
"requestId": "string",
"timestamp": 0
}curl --location --request POST '/open-api/v1/mirror/asset/apply' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mirrorLinkId": "string",
"coinSymbol": "string",
"network": "string",
"amount": "string",
"requestId": "string",
"timestamp": 0
}'{
"data": {
"recordId": "23100053788988976162720001",
"status": 10,
"requestId": "1688988733723"
},
"code": "000000",
"message": "Success"
}