{ "info": { "_postman_id": "e1e605cc-a2c6-4410-a7aa-4692b594d42d", "name": "RayLab", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "45313893" }, "item": [ { "name": "User", "item": [ { "name": "Create User", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "Bearer ", "description": "Bearer ", "type": "text", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"username\": \"rayyan\",\r\n \"email\": \"rayyan@example.com\",\r\n \"password\": \"Password123!\",\r\n \"fullName\": \"Rayyan\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "http://localhost:3000/api/v1/users", "protocol": "http", "host": [ "localhost" ], "port": "3000", "path": [ "api", "v1", "users" ] } }, "response": [] } ] } ] }