新建用户
正式环境
正式环境
POST
/user
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://petstore-prod.apifox.cn/user' \
--header 'Content-Type: text/plain' \
--data-raw ''
响应示例响应示例
{}
请求参数
返回响应
修改于 2021-07-04 09:31:13
curl --location --request POST 'https://petstore-prod.apifox.cn/user' \
--header 'Content-Type: text/plain' \
--data-raw ''
{}