{"info":{"_postman_id":"a3cf4e73-7faa-4ed9-b4e1-3f5a14a32306","name":"Larafast REST API","description":"<html><head></head><body><p>Larafast REST API with features like Auth, Social Auth, Payments - Stripe/LemonSqueezy, Blog, Admin Panel, Coming Soon and OpenAI Service.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"739183","collectionId":"a3cf4e73-7faa-4ed9-b4e1-3f5a14a32306","publishedId":"2sA3QnhE57","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-21T09:20:47.000Z"},"item":[{"name":"Auth","item":[{"name":"Auth User","item":[{"name":"Show","id":"3cdfa2f0-8640-4c42-863c-42380f614d7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/user","urlObject":{"path":["api","user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8ca29671-6ba7-4898-abe8-a2cf2f9285aa","name":"Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:33:33 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Sergey\",\n        \"email\": \"karakhanyansa@gmail.com\",\n        \"email_verified_at\": null\n    }\n}"}],"_postman_id":"3cdfa2f0-8640-4c42-863c-42380f614d7a"},{"name":"Update","id":"e3613903-09e4-4dae-8b6a-ebedfcacf7ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Sergg","type":"text"}]},"url":"{{url}}/api/user","urlObject":{"path":["api","user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"233a719f-bcc2-491a-8826-87be2fd10566","name":"Update","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Sergg","type":"text"}]},"url":"{{url}}/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:33:40 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Sergg\",\n        \"email\": \"karakhanyansa@gmail.com\",\n        \"email_verified_at\": null\n    }\n}"}],"_postman_id":"e3613903-09e4-4dae-8b6a-ebedfcacf7ee"},{"name":"Delete","id":"191800c9-8acd-4c31-9c77-193c39fa4394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/user","urlObject":{"path":["api","user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"191800c9-8acd-4c31-9c77-193c39fa4394"}],"id":"6580bc6a-9f2f-4b61-ade0-c69eb6f270cd","_postman_id":"6580bc6a-9f2f-4b61-ade0-c69eb6f270cd","description":""},{"name":"Register","id":"e051d151-3937-42c8-896f-381cc424eeb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Sergey","type":"text"},{"key":"email","value":"karakhanyansa@gmail.com","type":"text"},{"key":"password","value":"11111111","type":"text"}]},"url":"{{url}}/api/register","urlObject":{"path":["api","register"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"83fbcfc8-5e08-4df6-8661-9a9af9fd5379","name":"Register","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Sergey","type":"text"},{"key":"email","value":"karakhanyansa@gmail.com","type":"text"},{"key":"password","value":"11111111","type":"text"}]},"url":"{{url}}/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:31:28 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"1|oDqP3cxuAe9bbHu6oK5ZT3vTIMEcx24GPGppsYKQ8ef47329\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"Sergey\",\n            \"email\": \"karakhanyansa@gmail.com\",\n            \"email_verified_at\": null\n        }\n    }\n}"}],"_postman_id":"e051d151-3937-42c8-896f-381cc424eeb5"},{"name":"Login","id":"e44d9e1e-c034-4bc4-a2fb-b7514b87fbf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"},{"key":"password","value":"11111111","type":"text"}]},"url":"{{url}}/api/login","urlObject":{"path":["api","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c72a181a-63ef-41a1-a543-17e35f1b4665","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"},{"key":"password","value":"11111111","type":"text"}]},"url":"{{url}}/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:31:37 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"2|6MAyU6OVIzERqjno62XriHtqsaAfNzAOSdXmqOTEb251d636\",\n        \"user\": {\n            \"id\": 1,\n            \"name\": \"Sergey\",\n            \"email\": \"karakhanyansa@gmail.com\",\n            \"email_verified_at\": null\n        }\n    }\n}"}],"_postman_id":"e44d9e1e-c034-4bc4-a2fb-b7514b87fbf1"},{"name":"Forgot Password","id":"77e96efb-bcaf-472c-9524-979df7d29dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"}]},"url":"{{url}}/api/forgot-password","urlObject":{"path":["api","forgot-password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9b7a58f5-4174-451d-af9d-bd29495ca874","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"}]},"url":"{{url}}/api/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:31:45 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"We have emailed your password reset link.\"\n}"}],"_postman_id":"77e96efb-bcaf-472c-9524-979df7d29dd7"},{"name":"Reset Password","id":"7f3916e9-69b2-4db5-a252-74893687ef0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"},{"key":"token","value":"53cf0d6ab1ca9f202849b09e95d68a2139d5d181be1265fe9de39b454ef2d0ce","type":"text"},{"key":"password","value":"11111111","type":"text"},{"key":"password_confirmation","value":"11111111","type":"text"}]},"url":"{{url}}/api/reset-password","urlObject":{"path":["api","reset-password"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f3916e9-69b2-4db5-a252-74893687ef0c"},{"name":"Logout","id":"526c327e-f72a-4a52-be3f-8994fb774be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/logout","urlObject":{"path":["api","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5924069b-8019-486f-b4e9-1f9670184b68","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/api/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:33:12 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully logged out\"\n}"}],"_postman_id":"526c327e-f72a-4a52-be3f-8994fb774be6"}],"id":"1c783a20-3f59-4fd3-b018-432a411794b3","_postman_id":"1c783a20-3f59-4fd3-b018-432a411794b3","description":""},{"name":"Payments","item":[{"name":"Stripe","item":[{"name":"Subscription","id":"6efab958-defd-40f3-9b92-1fbe52d39c7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/stripe/subscription-checkout/:price","urlObject":{"path":["api","stripe","subscription-checkout",":price"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"starter","key":"price"}]}},"response":[{"id":"759c5274-d5b9-4548-8021-f32154dd3636","name":"Subscription","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/stripe/subscription-checkout/:price","host":["{{url}}"],"path":["api","stripe","subscription-checkout",":price"],"variable":[{"key":"price","value":"starter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:37:44 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cs_test_b1NDE1eVBZMqUQXWkYijj7RwxtYB3efsWzJCg20BAQVIQBRr74OnlFo5Q7\",\n    \"object\": \"checkout.session\",\n    \"after_expiration\": null,\n    \"allow_promotion_codes\": true,\n    \"amount_subtotal\": 999,\n    \"amount_total\": 999,\n    \"automatic_tax\": {\n        \"enabled\": false,\n        \"liability\": null,\n        \"status\": null\n    },\n    \"billing_address_collection\": null,\n    \"cancel_url\": \"http://localhost:3000?session_id={CHECKOUT_SESSION_ID}&error=1\",\n    \"client_reference_id\": null,\n    \"client_secret\": null,\n    \"consent\": null,\n    \"consent_collection\": null,\n    \"created\": 1716305864,\n    \"currency\": \"eur\",\n    \"currency_conversion\": null,\n    \"custom_fields\": [],\n    \"custom_text\": {\n        \"after_submit\": null,\n        \"shipping_address\": null,\n        \"submit\": null,\n        \"terms_of_service_acceptance\": null\n    },\n    \"customer\": \"cus_Q9DBoQoN3rfLuI\",\n    \"customer_creation\": null,\n    \"customer_details\": {\n        \"address\": null,\n        \"email\": \"karakhanyansa@gmail.com\",\n        \"name\": null,\n        \"phone\": null,\n        \"tax_exempt\": \"none\",\n        \"tax_ids\": null\n    },\n    \"customer_email\": null,\n    \"expires_at\": 1716392263,\n    \"invoice\": null,\n    \"invoice_creation\": null,\n    \"livemode\": false,\n    \"locale\": null,\n    \"metadata\": [],\n    \"mode\": \"subscription\",\n    \"payment_intent\": null,\n    \"payment_link\": null,\n    \"payment_method_collection\": \"always\",\n    \"payment_method_configuration_details\": {\n        \"id\": \"pmc_1OnwVHGkVA1ldcSGGlj6weao\",\n        \"parent\": null\n    },\n    \"payment_method_options\": {\n        \"card\": {\n            \"request_three_d_secure\": \"automatic\"\n        }\n    },\n    \"payment_method_types\": [\n        \"card\",\n        \"link\"\n    ],\n    \"payment_status\": \"unpaid\",\n    \"phone_number_collection\": {\n        \"enabled\": false\n    },\n    \"recovered_from\": null,\n    \"saved_payment_method_options\": {\n        \"allow_redisplay_filters\": [\n            \"always\"\n        ],\n        \"payment_method_save\": null\n    },\n    \"setup_intent\": null,\n    \"shipping_address_collection\": null,\n    \"shipping_cost\": null,\n    \"shipping_details\": null,\n    \"shipping_options\": [],\n    \"status\": \"open\",\n    \"submit_type\": null,\n    \"subscription\": null,\n    \"success_url\": \"http://localhost:3000?session_id={CHECKOUT_SESSION_ID}\",\n    \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0\n    },\n    \"ui_mode\": \"hosted\",\n    \"url\": \"https://checkout.stripe.com/c/pay/cs_test_b1NDE1eVBZMqUQXWkYijj7RwxtYB3efsWzJCg20BAQVIQBRr74OnlFo5Q7#fidkdWxOYHwnPyd1blpxYHZxWjA0Sm5CSEpCblNENGlhZlZCcGhTN05zZmxtQFNAYXRuQG5gb3R0Y3dNNHRHMj1EblRcfGFwME92S0xGUkdQbHRrQF9jYj1QZnMzQFI3X2hTU3N1UmFnTlxONTVMNEczfTFBcCcpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPydocGlxbFpscWBoJyknYGtkZ2lgVWlkZmBtamlhYHd2Jz9xd3BgeCUl\"\n}"}],"_postman_id":"6efab958-defd-40f3-9b92-1fbe52d39c7a"},{"name":"Single Payment","id":"66da9d50-b1d0-414c-8ed3-d8dae21ffcc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/stripe/product-checkout/:price","urlObject":{"path":["api","stripe","product-checkout",":price"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"price_1PIUqZGkVA1ldcSGaKPvLiFS","key":"price"}]}},"response":[{"id":"46823cd8-af44-4446-92f0-2e02880b2b3d","name":"Single Payment","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/stripe/product-checkout/:price","host":["{{url}}"],"path":["api","stripe","product-checkout",":price"],"variable":[{"key":"price","value":"price_1PIUqZGkVA1ldcSGaKPvLiFS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:37:57 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cs_test_a1fWmXw2eAWHdWtVvWk8KAX8YU34XGECM4aumanbwrjGBLDmUkjLbalDVI\",\n    \"object\": \"checkout.session\",\n    \"after_expiration\": null,\n    \"allow_promotion_codes\": null,\n    \"amount_subtotal\": 499,\n    \"amount_total\": 499,\n    \"automatic_tax\": {\n        \"enabled\": false,\n        \"liability\": null,\n        \"status\": null\n    },\n    \"billing_address_collection\": null,\n    \"cancel_url\": \"http://localhost:3000?session_id={CHECKOUT_SESSION_ID}&error=1\",\n    \"client_reference_id\": null,\n    \"client_secret\": null,\n    \"consent\": null,\n    \"consent_collection\": null,\n    \"created\": 1716305877,\n    \"currency\": \"eur\",\n    \"currency_conversion\": null,\n    \"custom_fields\": [],\n    \"custom_text\": {\n        \"after_submit\": null,\n        \"shipping_address\": null,\n        \"submit\": null,\n        \"terms_of_service_acceptance\": null\n    },\n    \"customer\": \"cus_Q9DBoQoN3rfLuI\",\n    \"customer_creation\": null,\n    \"customer_details\": {\n        \"address\": null,\n        \"email\": \"karakhanyansa@gmail.com\",\n        \"name\": null,\n        \"phone\": null,\n        \"tax_exempt\": \"none\",\n        \"tax_ids\": null\n    },\n    \"customer_email\": null,\n    \"expires_at\": 1716392277,\n    \"invoice\": null,\n    \"invoice_creation\": {\n        \"enabled\": false,\n        \"invoice_data\": {\n            \"account_tax_ids\": null,\n            \"custom_fields\": null,\n            \"description\": null,\n            \"footer\": null,\n            \"issuer\": null,\n            \"metadata\": [],\n            \"rendering_options\": null\n        }\n    },\n    \"livemode\": false,\n    \"locale\": null,\n    \"metadata\": [],\n    \"mode\": \"payment\",\n    \"payment_intent\": null,\n    \"payment_link\": null,\n    \"payment_method_collection\": \"if_required\",\n    \"payment_method_configuration_details\": {\n        \"id\": \"pmc_1OnwVHGkVA1ldcSGGlj6weao\",\n        \"parent\": null\n    },\n    \"payment_method_options\": {\n        \"card\": {\n            \"request_three_d_secure\": \"automatic\"\n        }\n    },\n    \"payment_method_types\": [\n        \"card\",\n        \"bancontact\",\n        \"eps\",\n        \"giropay\",\n        \"ideal\",\n        \"link\"\n    ],\n    \"payment_status\": \"unpaid\",\n    \"phone_number_collection\": {\n        \"enabled\": false\n    },\n    \"recovered_from\": null,\n    \"saved_payment_method_options\": {\n        \"allow_redisplay_filters\": [\n            \"always\"\n        ],\n        \"payment_method_save\": null\n    },\n    \"setup_intent\": null,\n    \"shipping_address_collection\": null,\n    \"shipping_cost\": null,\n    \"shipping_details\": null,\n    \"shipping_options\": [],\n    \"status\": \"open\",\n    \"submit_type\": null,\n    \"subscription\": null,\n    \"success_url\": \"http://localhost:3000?session_id={CHECKOUT_SESSION_ID}\",\n    \"total_details\": {\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_tax\": 0\n    },\n    \"ui_mode\": \"hosted\",\n    \"url\": \"https://checkout.stripe.com/c/pay/cs_test_a1fWmXw2eAWHdWtVvWk8KAX8YU34XGECM4aumanbwrjGBLDmUkjLbalDVI#fidkdWxOYHwnPyd1blpxYHZxWjA0Sm5CSEpCblNENGlhZlZCcGhTN05zZmxtQFNAYXRuQG5gb3R0Y3dNNHRHMj1EblRcfGFwME92S0xGUkdQbHRrQF9jYj1QZnMzQFI3X2hTU3N1UmFnTlxONTVMNEczfTFBcCcpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl\"\n}"}],"_postman_id":"66da9d50-b1d0-414c-8ed3-d8dae21ffcc1"},{"name":"Billing Portal","id":"ea72d61f-187c-46ad-8a5e-c128fe8e96c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/stripe/billing","urlObject":{"path":["api","stripe","billing"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea72d61f-187c-46ad-8a5e-c128fe8e96c9"}],"id":"4a1d9a15-07c4-4e35-8a80-7a7d913d8574","_postman_id":"4a1d9a15-07c4-4e35-8a80-7a7d913d8574","description":""},{"name":"LemonSqueezy","item":[{"name":"Products","id":"bd487f1d-8076-42ec-b012-88821505ded6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/lemonsqueezy/products","urlObject":{"path":["api","lemonsqueezy","products"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"042a4e57-37f4-487b-af23-8b702babf83c","name":"Products","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/lemonsqueezy/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:34:38 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"products\",\n            \"id\": \"256198\",\n            \"attributes\": {\n                \"store_id\": 70589,\n                \"name\": \"Directories\",\n                \"slug\": \"directories\",\n                \"description\": \"<p>Directories</p>\",\n                \"status\": \"published\",\n                \"status_formatted\": \"Published\",\n                \"thumb_url\": null,\n                \"large_thumb_url\": null,\n                \"price\": 29900,\n                \"price_formatted\": \"$299.00\",\n                \"from_price\": null,\n                \"to_price\": null,\n                \"pay_what_you_want\": false,\n                \"buy_now_url\": \"https://larafast.lemonsqueezy.com/checkout/buy/8ddd0534-2cee-4dac-9462-c62f6aa2c225\",\n                \"from_price_formatted\": null,\n                \"to_price_formatted\": null,\n                \"created_at\": \"2024-04-27T15:33:38.000000Z\",\n                \"updated_at\": \"2024-04-27T15:34:14.000000Z\",\n                \"test_mode\": true\n            },\n            \"relationships\": {\n                \"store\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/256198/store\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/256198/relationships/store\"\n                    }\n                },\n                \"variants\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/256198/variants\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/256198/relationships/variants\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.lemonsqueezy.com/v1/products/256198\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"193983\",\n            \"attributes\": {\n                \"store_id\": 70589,\n                \"name\": \"Full Package\",\n                \"slug\": \"full-package\",\n                \"description\": \"<p>Get LaraFast Boilerplate to launch your startup fast. -$100 discount applied in checkout.</p>\",\n                \"status\": \"published\",\n                \"status_formatted\": \"Published\",\n                \"thumb_url\": \"https://lemonsqueezy.imgix.net/media/70589/b64e5772-e72c-4058-a0bf-a2ec7c0f3839.png?fit=clip&h=100&ixlib=php-3.3.1&w=100&s=cdf727a7e3c691d441ce09558d3d9f6b\",\n                \"large_thumb_url\": \"https://lemonsqueezy.imgix.net/media/70589/b64e5772-e72c-4058-a0bf-a2ec7c0f3839.png?fit=clip&h=1000&ixlib=php-3.3.1&w=1000&s=1a6442d57777abbedf8d732612441529\",\n                \"price\": 27900,\n                \"price_formatted\": \"$279.00\",\n                \"from_price\": null,\n                \"to_price\": null,\n                \"pay_what_you_want\": false,\n                \"buy_now_url\": \"https://larafast.lemonsqueezy.com/checkout/buy/db0451bb-f6bb-4907-887e-fa8b5458cbe2\",\n                \"from_price_formatted\": null,\n                \"to_price_formatted\": null,\n                \"created_at\": \"2024-02-18T11:34:34.000000Z\",\n                \"updated_at\": \"2024-04-11T14:09:35.000000Z\",\n                \"test_mode\": true\n            },\n            \"relationships\": {\n                \"store\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/193983/store\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/193983/relationships/store\"\n                    }\n                },\n                \"variants\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/193983/variants\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/193983/relationships/variants\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.lemonsqueezy.com/v1/products/193983\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"204410\",\n            \"attributes\": {\n                \"store_id\": 70589,\n                \"name\": \"Personal\",\n                \"slug\": \"personal\",\n                \"description\": \"<p>Build your SaaS under my personal assistance</p>\",\n                \"status\": \"published\",\n                \"status_formatted\": \"Published\",\n                \"thumb_url\": null,\n                \"large_thumb_url\": null,\n                \"price\": 199900,\n                \"price_formatted\": \"$1,999.00\",\n                \"from_price\": null,\n                \"to_price\": null,\n                \"pay_what_you_want\": false,\n                \"buy_now_url\": \"https://larafast.lemonsqueezy.com/checkout/buy/5c1e1a6e-80f8-4fa1-b660-3db12f71db43\",\n                \"from_price_formatted\": null,\n                \"to_price_formatted\": null,\n                \"created_at\": \"2024-03-01T13:57:26.000000Z\",\n                \"updated_at\": \"2024-03-01T13:58:36.000000Z\",\n                \"test_mode\": true\n            },\n            \"relationships\": {\n                \"store\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/204410/store\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/204410/relationships/store\"\n                    }\n                },\n                \"variants\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/204410/variants\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/204410/relationships/variants\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.lemonsqueezy.com/v1/products/204410\"\n            }\n        },\n        {\n            \"type\": \"products\",\n            \"id\": \"194078\",\n            \"attributes\": {\n                \"store_id\": 70589,\n                \"name\": \"Starter\",\n                \"slug\": \"starter-2\",\n                \"description\": \"<p>Get LaraFast Boilerplate to launch your startup fast. -$100 discount applied in checkout.</p>\",\n                \"status\": \"published\",\n                \"status_formatted\": \"Published\",\n                \"thumb_url\": \"https://lemonsqueezy.imgix.net/media/70589/222e8f4b-33e9-4a5d-b015-2c67e0351d29.png?fit=clip&h=100&ixlib=php-3.3.1&w=100&s=7f7995f7242cda079d00c9a3586d9424\",\n                \"large_thumb_url\": \"https://lemonsqueezy.imgix.net/media/70589/222e8f4b-33e9-4a5d-b015-2c67e0351d29.png?fit=clip&h=1000&ixlib=php-3.3.1&w=1000&s=dba4bfbfd54c676f3c7821d20ba5e4a4\",\n                \"price\": 19900,\n                \"price_formatted\": \"$199.00\",\n                \"from_price\": null,\n                \"to_price\": null,\n                \"pay_what_you_want\": false,\n                \"buy_now_url\": \"https://larafast.lemonsqueezy.com/checkout/buy/ed8b8330-7336-4d3a-8617-8812391a6ca3\",\n                \"from_price_formatted\": null,\n                \"to_price_formatted\": null,\n                \"created_at\": \"2024-02-18T13:46:12.000000Z\",\n                \"updated_at\": \"2024-02-21T04:41:27.000000Z\",\n                \"test_mode\": true\n            },\n            \"relationships\": {\n                \"store\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/194078/store\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/194078/relationships/store\"\n                    }\n                },\n                \"variants\": {\n                    \"links\": {\n                        \"related\": \"https://api.lemonsqueezy.com/v1/products/194078/variants\",\n                        \"self\": \"https://api.lemonsqueezy.com/v1/products/194078/relationships/variants\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.lemonsqueezy.com/v1/products/194078\"\n            }\n        }\n    ]\n}"}],"_postman_id":"bd487f1d-8076-42ec-b012-88821505ded6"},{"name":"Subscription","id":"e80a238f-aabb-4226-9f65-9a8111ce8443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/lemonsqueezy/subscription-checkout/:productId/:variantId","urlObject":{"path":["api","lemonsqueezy","subscription-checkout",":productId",":variantId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"193983","key":"productId"},{"type":"any","value":"256737","key":"variantId"}]}},"response":[{"id":"b74c235e-c0dd-4ad9-bde7-fb199f61137b","name":"Subscription","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/lemonsqueezy/subscription-checkout/:productId/:variantId","host":["{{url}}"],"path":["api","lemonsqueezy","subscription-checkout",":productId",":variantId"],"variable":[{"key":"productId","value":"193983"},{"key":"variantId","value":"256737"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:34:53 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://larafast.lemonsqueezy.com/checkout/custom/81974890-dfe8-47f9-a41c-1b5f1057d168?signature=34f59145bcfe8e4e4594e350d40ab2512c6ea05adabc9b1f66abf7146421628f\"\n}"}],"_postman_id":"e80a238f-aabb-4226-9f65-9a8111ce8443"},{"name":"Single Payment","id":"f04578ab-3905-4beb-9bab-dce97fa228dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/lemonsqueezy/product-checkout/:variantId","urlObject":{"path":["api","lemonsqueezy","product-checkout",":variantId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"256737","key":"variantId"}]}},"response":[{"id":"9032ea2b-7eb5-4f9b-85e8-fbefbece70f2","name":"Single Payment","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/lemonsqueezy/product-checkout/:variantId","host":["{{url}}"],"path":["api","lemonsqueezy","product-checkout",":variantId"],"variable":[{"key":"variantId","value":"256737"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:35:01 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://larafast.lemonsqueezy.com/checkout/custom/9feeba51-08b5-4a63-a074-e4e92f103f5d?signature=dba98ed174c3db1f4f4c66d00e363cfa40045091f627b855f2ae92cc7d4c46a9\"\n}"}],"_postman_id":"f04578ab-3905-4beb-9bab-dce97fa228dc"},{"name":"Billing Portal","id":"b6690b2d-a124-4c76-9027-3a6856b30558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/lemonsqueezy/billing","urlObject":{"path":["api","lemonsqueezy","billing"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6690b2d-a124-4c76-9027-3a6856b30558"}],"id":"56ba2f43-ab5b-4550-9c13-a76c18b86657","_postman_id":"56ba2f43-ab5b-4550-9c13-a76c18b86657","description":""}],"id":"157c50b6-c46f-4546-bfec-6024255f35c6","_postman_id":"157c50b6-c46f-4546-bfec-6024255f35c6","description":""},{"name":"Blog","item":[{"name":"Articles","id":"7386914c-49e5-4788-96cb-1f7a491cd666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/articles","urlObject":{"path":["api","articles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7386914c-49e5-4788-96cb-1f7a491cd666"},{"name":"Article","id":"de6f2a02-02dc-4d2a-8371-bc46aaf5b713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/articles/larafast-2","urlObject":{"path":["api","articles","larafast-2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de6f2a02-02dc-4d2a-8371-bc46aaf5b713"}],"id":"8a9789ca-c191-4122-b136-d56e8e3b57d7","_postman_id":"8a9789ca-c191-4122-b136-d56e8e3b57d7","description":""},{"name":"OpenAI","item":[{"name":"Completion","id":"97ce82a9-e4b5-4ded-8d4f-e4d947db6d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"prompt","value":"Text","type":"text"}]},"url":"{{url}}/api/openai/completion","urlObject":{"path":["api","openai","completion"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97ce82a9-e4b5-4ded-8d4f-e4d947db6d81"},{"name":"TextToSpeech","id":"5c17d8c6-0fb7-48c9-a6c5-c7b358a8312d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Text","type":"text"}]},"url":"{{url}}/api/openai/text-to-speech","urlObject":{"path":["api","openai","text-to-speech"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c17d8c6-0fb7-48c9-a6c5-c7b358a8312d"},{"name":"TextToSpeech Copy","id":"a8a579c0-2ce2-4510-b3b4-44fca03208e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"prompt","value":"Text","type":"text"}]},"url":"{{url}}/api/openai/image","urlObject":{"path":["api","openai","image"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a579c0-2ce2-4510-b3b4-44fca03208e2"}],"id":"72233812-0a7e-43dd-a31b-15ed8f1b4b4d","_postman_id":"72233812-0a7e-43dd-a31b-15ed8f1b4b4d","description":""},{"name":"User","id":"00302dca-f93e-44aa-810d-5a4a7fb90ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/api/user","urlObject":{"path":["api","user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00302dca-f93e-44aa-810d-5a4a7fb90ee5"},{"name":"Coming Soon Email","id":"c69e7d1e-ffce-42ea-87c0-2b90519355fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"}]},"url":"{{url}}/api/coming-soon-emails","urlObject":{"path":["api","coming-soon-emails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8e1e21ed-469b-4572-ad7d-80e9d927cc7b","name":"Coming Soon Email","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"karakhanyansa@gmail.com","type":"text"}]},"url":"{{url}}/api/coming-soon-emails"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 May 2024 15:35:48 GMT"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"email\": \"karakhanyansa@gmail.com\",\n        \"updated_at\": \"2024-05-21T15:35:48.000000Z\",\n        \"created_at\": \"2024-05-21T15:35:48.000000Z\",\n        \"id\": 1\n    }\n}"}],"_postman_id":"c69e7d1e-ffce-42ea-87c0-2b90519355fd"}]}