apiKey: ********************{
"text": "string",
"ratio": "string",
"bgStyle": "string",
"textColor": "string",
"fontSize": 0,
"fontId": "string",
"lineHeight": 0,
"keyword": "string",
"keywordColor": "string",
"keywordBgColor": "string",
"keywordBgStyle": "string"
}curl --location --request POST '/api/render-poster' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"ratio": "string",
"bgStyle": "string",
"textColor": "string",
"fontSize": 0,
"fontId": "string",
"lineHeight": 0,
"keyword": "string",
"keywordColor": "string",
"keywordBgColor": "string",
"keywordBgStyle": "string"
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"url": "/api/poster/files/poster_123.jpg"
}