curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/operator/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": 0,
"deptName": "string",
"environment": "string",
"apiKey": "string",
"apiSecret": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}