{
"emoji_ids": [
"string"
]
}
curl --location --request POST '/fetch_mface_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"emoji_ids": [
"string"
]
}'
{
"status": "ok",
"retcode": 0,
"data": [
"string"
]
}