如何在Postman中发送这些详细信息(POST方法)以接收JSON数据的响应?
curl https://api.mysite.contact/info/regular \
-d "api_key=xxx" \
-d "access_token=yyy" \
-d “name=firstName” \
-d “address=123” \
-d “email=test@test.com”
Run Code Online (Sandbox Code Playgroud)