{
"uuid": "C7D64646-A1A8-5b4D-1Bd8-4DAb67DEEfBC"
}
curl --location --request POST '/api/common/getGraphicCaptcha' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "C7D64646-A1A8-5b4D-1Bd8-4DAb67DEEfBC"
}'
{
"code": 0,
"message": "string",
"data": {
"key": "string",
"captcha": "string"
}
}