{"info":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","description":"<html><head></head><body><p>API Rest using Laravel 8, PostgreSQL 12 and JWT Authentication</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5958984","collectionId":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","publishedId":"TWDcGadW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-27T00:09:30.000Z"},"item":[{"name":"Members","item":[{"name":"Get members","id":"f37fd713-8d5e-434c-9516-6d8398d38f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/members","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","members"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f37fd713-8d5e-434c-9516-6d8398d38f40"},{"name":"Get member by ID","id":"0992f054-60cd-47cb-9b10-0299c26ce3ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/members/32","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","members","32"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0992f054-60cd-47cb-9b10-0299c26ce3ac"},{"name":"Create member","id":"e4efb0f5-8b97-4cfd-8ff9-0a3f3f72e321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"surname\": \"Jesus4\",\r\n  \"firstname\": \"Jose4\",\r\n  \"address\": \"El tamarindo\",\r\n  \"zipcode\": 6001,\r\n  \"telephone\": 4248813351\r\n}"},"url":"{{url}}/api/members/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","members",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4efb0f5-8b97-4cfd-8ff9-0a3f3f72e321"},{"name":"Update member by ID","id":"8d3f0d89-3527-4ca2-8716-b320d44a8b77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"surname\": \"Padrx\"\r\n}"},"url":"{{url}}/api/members/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","members","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d3f0d89-3527-4ca2-8716-b320d44a8b77"},{"name":"Delete Member by ID","id":"e1194cd0-27c4-4d63-90af-0c4201a7ca8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/members/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","members","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1194cd0-27c4-4d63-90af-0c4201a7ca8c"}],"id":"fe09ae14-b3b8-42e6-8272-73ce761b8039","description":"<p>Members of the database (not users)</p>\n","_postman_id":"fe09ae14-b3b8-42e6-8272-73ce761b8039","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}}},{"name":"Facilities","item":[{"name":"Get facilities","id":"729be21c-96a5-4e03-86a1-2eb54312d0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/facilities/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","facilities",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"729be21c-96a5-4e03-86a1-2eb54312d0d5"},{"name":"Get facility by ID","id":"11a76310-15f8-4021-affa-129e0df99c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/facilities/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","facilities","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11a76310-15f8-4021-affa-129e0df99c98"},{"name":"Create facility","id":"4da0c469-6338-4788-b50d-ec10b93a0df0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"probandoooo4444\",\r\n  \"membercost\": \"6.42\",\r\n  \"guestcost\": \"69.96\",\r\n  \"initialoutlay\": 69420,\r\n  \"monthlymaintenance\": 42069,\r\n  \"createdby\": 4\r\n}"},"url":"{{url}}/api/facilities/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","facilities",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4da0c469-6338-4788-b50d-ec10b93a0df0"},{"name":"Update facility by ID","id":"42f63d4d-fc2d-4934-b38d-151f884c2f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test\"\r\n}"},"url":"{{url}}/api/facilities/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","facilities","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42f63d4d-fc2d-4934-b38d-151f884c2f69"},{"name":"Delete facility by ID","id":"45b34771-15d6-4d3e-8505-041ec033f0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/facilities/8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","facilities","8"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45b34771-15d6-4d3e-8505-041ec033f0b4"}],"id":"60ccc62a-8000-4344-a133-310064d0f6ae","description":"<p>Facilities endpoints</p>\n","_postman_id":"60ccc62a-8000-4344-a133-310064d0f6ae","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}}},{"name":"Bookings","item":[{"name":"Get bookings","id":"3221de7f-d88e-4b87-b558-fb625f1b2321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/bookings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","bookings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3221de7f-d88e-4b87-b558-fb625f1b2321"},{"name":"Get booking by ID","id":"ec4e7ba8-cf1b-4978-acde-d8fa5791a751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/bookings/30","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","bookings","30"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec4e7ba8-cf1b-4978-acde-d8fa5791a751"},{"name":"Create booking","id":"bdd2febf-c04d-4133-949a-b30b1baa9fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"facid\": 1,\r\n  \"memid\": 3,\r\n  \"starttime\": \"2021-01-17 17:00:00\",\r\n  \"slots\": 2,\r\n  \"createdby\": 4\r\n}"},"url":"{{url}}/api/bookings/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","bookings",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdd2febf-c04d-4133-949a-b30b1baa9fea"},{"name":"Update booking by ID","id":"20905a07-c36f-4406-9d65-a7f5c74dc7f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"facid\": 1,\r\n  \"memid\": 4,\r\n  \"starttime\": \"2021-01-17 17:00:00\",\r\n  \"slots\": 3\r\n}"},"url":"{{url}}/api/bookings/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","bookings","4"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20905a07-c36f-4406-9d65-a7f5c74dc7f9"},{"name":"Delete booking by ID","id":"2c6e7037-0992-44bc-890b-98e624bb5244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/bookings/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","bookings","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c6e7037-0992-44bc-890b-98e624bb5244"}],"id":"59d9675e-0084-4a3a-befb-ed23290ff642","description":"<p>Bookings endpoints</p>\n","_postman_id":"59d9675e-0084-4a3a-befb-ed23290ff642","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}}},{"name":"Users","item":[{"name":"Get users","id":"12abd089-8d63-417d-95d8-3f7ee2c1cee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/users/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","users",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12abd089-8d63-417d-95d8-3f7ee2c1cee9"},{"name":"Get user by ID","id":"ca551111-a924-4ddd-ba7a-5ee871b28c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/users/5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","users","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca551111-a924-4ddd-ba7a-5ee871b28c62"},{"name":"Update user by ID","id":"83afcf82-a8a6-4079-b3c0-e7497e421927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Jose\"\r\n}"},"url":"{{url}}/api/users/5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","users","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83afcf82-a8a6-4079-b3c0-e7497e421927"},{"name":"Delete user by ID","id":"d3f9c741-9c39-4774-b310-49cc4ba86a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/users/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","users","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3f9c741-9c39-4774-b310-49cc4ba86a71"}],"id":"f1121eda-73b9-4c20-a8cb-a13a9c4cb391","description":"<p>Endpoints related to Users table, users can CRUD</p>\n","_postman_id":"f1121eda-73b9-4c20-a8cb-a13a9c4cb391","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}}},{"name":"Auth","item":[{"name":"Register","id":"0fbeb18c-e9dc-4d86-a5a5-227e46a5119a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"abcdef\",\r\n  \"email\": \"jose.padron7122@gmail.com\",\r\n  \"password\": \"12345678\",\r\n  \"confirm_password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/register","urlObject":{"path":["api","register"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fbeb18c-e9dc-4d86-a5a5-227e46a5119a"},{"name":"Login","event":[{"listen":"test","script":{"id":"7c7eb223-a73c-45cb-b32b-c828ae0f5f1a","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"jwt_token\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"db836aa8-2ac6-4e3d-95cc-08ce0f519f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"jose.padron7122@gmail.com\",\r\n  \"password\": \"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/login","urlObject":{"path":["api","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db836aa8-2ac6-4e3d-95cc-08ce0f519f6b"},{"name":"Refresh token","id":"ca43fa1c-57fa-4c12-bab0-8664dbe6a378","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/refresh","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","refresh"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca43fa1c-57fa-4c12-bab0-8664dbe6a378"},{"name":"Get user info","id":"a0620a08-d673-4c5c-920b-88eb776297c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/user-info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","user-info"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0620a08-d673-4c5c-920b-88eb776297c7"},{"name":"Logout","id":"b57d84e8-99b3-4bb6-9f54-758634090b15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"url":"{{url}}/api/logout/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}},"urlObject":{"path":["api","logout",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b57d84e8-99b3-4bb6-9f54-758634090b15"}],"id":"f59f1efc-f0e0-418c-8ca8-fa441511eb1a","description":"<p>Endpoint to authenticate Users</p>\n","_postman_id":"f59f1efc-f0e0-418c-8ca8-fa441511eb1a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]},"isInherited":true,"source":{"_postman_id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","id":"3aa1402a-fd1a-4a21-bec0-d99dfb75660a","name":"Laravel API PostgreSQL","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"5cf18d80-3cb7-47c7-bca1-232f3c1a4807","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73afed2e-582d-4ae3-82aa-8c9901ef3b16","type":"text/javascript","exec":[""]}}]}