{
"title": "string",
"ipWhite": "string"
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/1551143-0-default/oauth2/client' \
--header 'Authorization;' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"ipWhite": "string"
}'
{"code":400001,"msg":"无效 Referer 未知"}