{"info":{"_postman_id":"9ea14853-986f-482d-9cc0-ac32dc26aa5b","name":"Authentication","description":"<html><head></head><body><p>Mojo finance</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9364284","collectionId":"9ea14853-986f-482d-9cc0-ac32dc26aa5b","publishedId":"2s93JnV7Jq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-05T13:54:07.000Z"},"item":[{"name":"Register","id":"a85a6425-cb89-4c78-bc00-2a01ca91e3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"adam\",\n    \"other_name\": \"winni\",\n    \"last_name\": \"wahab\",\n    \"email\": \"adams4lyf@gmail.com\",\n    \"password\": \"12345678\",\n    \"password_confirmation\": \"12345678\"\n}"},"url":"http://127.0.0.1:80/api/v1/register","urlObject":{"protocol":"http","port":"80","path":["api","v1","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a85a6425-cb89-4c78-bc00-2a01ca91e3ce"},{"name":"Login","id":"d24ab012-66ad-4f59-8c44-22dfffdcfe33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@admin.com\",\n    \"password\": \"password\"\n}"},"url":"http://127.0.0.1:80/api/v1/login","urlObject":{"protocol":"http","port":"80","path":["api","v1","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d24ab012-66ad-4f59-8c44-22dfffdcfe33"},{"name":"Logout","id":"a1b6cd79-3eba-4940-9961-60502f874bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{SANCTUM_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:80/api/v1/logout","urlObject":{"protocol":"http","port":"80","path":["api","v1","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1b6cd79-3eba-4940-9961-60502f874bb1"}]}