"string"
curl --location -g --request POST '{{BASE_URL}}/avatar/generation' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"code": "success",
"message": "",
"data": "57b9ba07db5e4ed5bf18ebb4179a826d"
}