API Request
LiveHTTP request panel with method, URL, headers, body, and optional send interaction
API RequestPOST
Create a new user account
URL
https://api.example.com/users
Headers (2)
Content-Type:application/json
Authorization:Bearer eyJ0eXAiOiJKV1QiLCJhbGc...
Body
{
"name": "Alice",
"email": "alice@example.com",
"role": "admin"
}Response
Click Send to simulate a response
curl -X POST \
Ready to send — click Send to simulate