{
"ids": [
"c"
],
"type": 1
}
curl --location --request POST '/api/v3/id/getEncryptId' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"c"
],
"type": 1
}'
{
"code": 0,
"message": "success",
"data": {
"c": "c"
}
}