curl --location --request POST '/fetch_custom_face' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 10
}'{
"status": "ok",
"retcode": 0,
"data": [
"http://example.com/face1.png"
],
"message": "",
"wording": "",
"stream": "normal-action"
}