{"info":{"name":"Maham Expo - Merchant \u2014 \ud83d\udc64 Profile","_postman_id":"40486e29-af46-4a1f-9746-92de4aa71adb","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\ud83d\udc64 Profile","item":[{"name":"Get Profile","request":{"method":"GET","header":[],"url":{"raw":"{{expo_url}}\/v1\/profile","host":["{{expo_url}}"],"path":["v1","profile"]}}},{"name":"Create Profile","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"company_name\": \"Merchant Co\",\n    \"company_name_ar\": \"\u0634\u0631\u0643\u0629 \u0627\u0644\u062a\u0627\u062c\u0631\",\n    \"commercial_register\": \"9876543210\",\n    \"phone\": \"+966500000001\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{expo_url}}\/v1\/profile","host":["{{expo_url}}"],"path":["v1","profile"]}}},{"name":"Update Profile","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"company_name\": \"Updated Merchant\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{expo_url}}\/v1\/profile","host":["{{expo_url}}"],"path":["v1","profile"]}}}]}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{merchant_token}}","type":"string"}]},"variable":[],"event":[{"listen":"prerequest","script":{"type":"text\/javascript","exec":["pm.request.headers.add({ key: 'Accept', value: 'application\/json' });","pm.request.headers.add({ key: 'Accept-Language', value: pm.environment.get('language') || 'ar' });","pm.request.headers.add({ key: 'X-Platform', value: pm.environment.get('platform') || 'web' });"]}}]}