chore: add mobile postman updates and feed timing logs
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled

هذا الالتزام موجود في:
boutmoun123
2026-06-07 00:16:43 +03:00
الأصل f149b77139
التزام db8628dc68
4 ملفات معدلة مع 165 إضافات و9 حذوفات

عرض الملف

@@ -5403,6 +5403,28 @@
}
}
]
},
{
"name": "Public Get Shop By Admin Id",
"request": {
"method": "GET",
"header": [],
"url": "{{baseUrl}}/marketplace/shops/{{adminUserId}}",
"description": "Fetch the public marketplace shop profile for a specific admin/store owner."
},
"event": [
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
"pm.test('Status is 200', function () { pm.response.to.have.status(200); });",
"const json = pm.response.json();",
"pm.expect(json).to.be.an('object');"
]
}
}
]
}
]
}
@@ -5827,10 +5849,16 @@
"name": "Register Device FCM Token",
"request": {
"method": "POST",
"header": {
"key": "Content-Type",
"value": "application/json"
},
"header": [
{
"key": "Authorization",
"value": "Bearer {{accessToken}}"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": "{{baseUrl}}/devices/register",
"body": {
"mode": "raw",
@@ -5851,10 +5879,16 @@
"name": "Unregister Device FCM Token",
"request": {
"method": "POST",
"header": {
"key": "Content-Type",
"value": "application/json"
},
"header": [
{
"key": "Authorization",
"value": "Bearer {{accessToken}}"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": "{{baseUrl}}/devices/unregister",
"body": {
"mode": "raw",
@@ -6401,6 +6435,21 @@
{
"key": "collaborationAttachmentType",
"value": "audio"
},
{
"key": "collaborationRequestId",
"value": "",
"type": "string"
},
{
"key": "fcmToken",
"value": "postman-fcm-token",
"type": "string"
},
{
"key": "deviceId",
"value": "postman-device-android",
"type": "string"
}
]
}