{
  "item": [
    {
      "id": "45001ee0-47ea-4c6a-89c7-e24f12d66961",
      "name": "App",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "102bf9d9-8b86-4c61-b065-e9c9b0f53cf1",
          "name": "Consumer guide landing page",
          "request": {
            "name": "Consumer guide landing page",
            "description": {},
            "url": {
              "path": [
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "text/html"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bc61a289-ff87-4731-8098-1398dbc39419",
              "name": "Returns the consumer-facing HTML guide page.",
              "originalRequest": {
                "url": {
                  "path": [
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "text/html"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/html"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2883de3a-859c-4c55-aaa7-2d18f7efba41",
          "name": "Serve bundled app brand assets",
          "request": {
            "name": "Serve bundled app brand assets",
            "description": {},
            "url": {
              "path": [
                "brand",
                ":appKey",
                ":filename"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "appKey",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "{{filename}}",
                  "key": "filename",
                  "description": "(Required) "
                }
              ]
            },
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b9e054cb-2c40-4ad6-bb98-bcac4f3cd4d4",
              "originalRequest": {
                "url": {
                  "path": [
                    "brand",
                    ":appKey",
                    ":filename"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "appKey",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "{{filename}}",
                      "key": "filename",
                      "description": "(Required) "
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "68d2a5e5-3332-4e8a-a9f2-af71cd2c2b1a",
      "name": "Files",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ba07f4f6-90cc-4a5a-98bc-43ea5a45a3a5",
          "name": "Upload a file to object storage",
          "request": {
            "name": "Upload a file to object storage",
            "description": {},
            "url": {
              "path": [
                "files",
                "upload"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                "key": "Accept-Language",
                "value": "{{acceptLanguage}}"
              },
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                }
              ]
            }
          },
          "response": [
            {
              "id": "c4ff290a-5635-450f-8e19-20ab1acb3fe5",
              "name": "File uploaded successfully.",
              "originalRequest": {
                "url": {
                  "path": [
                    "files",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"7c38a4a1-2c23-4dcb-80b4-9aef6eb0d58f\",\n  \"originalFilename\": \"contract.pdf\",\n  \"filename\": \"7c38a4a1-2c23-4dcb-80b4-9aef6eb0d58f-contract.pdf\",\n  \"url\": \"/files/7c38a4a1-2c23-4dcb-80b4-9aef6eb0d58f-contract.pdf\",\n  \"downloadUrl\": \"/files/7c38a4a1-2c23-4dcb-80b4-9aef6eb0d58f-contract.pdf/download\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2aeb4aa7-d7ce-4c83-a5b8-3ac323656b0f",
          "name": "Serve a stored file by its generated filename",
          "request": {
            "name": "Serve a stored file by its generated filename",
            "description": {},
            "url": {
              "path": [
                "files",
                ":filename"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "{{filename}}",
                  "key": "filename",
                  "description": "(Required) Generated filename returned at upload time."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                "key": "Accept-Language",
                "value": "{{acceptLanguage}}"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a27654f2-7457-4617-b81a-ea246a877dab",
              "name": "Redirects to a signed inline file URL.",
              "originalRequest": {
                "url": {
                  "path": [
                    "files",
                    ":filename"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "{{filename}}",
                      "key": "filename",
                      "description": "(Required) Generated filename returned at upload time."
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Found",
              "code": 302,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "84aa4bdf-5af3-4f9e-8af8-1666b0b955be",
              "name": "No file exists for the given filename.",
              "originalRequest": {
                "url": {
                  "path": [
                    "files",
                    ":filename"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "{{filename}}",
                      "key": "filename",
                      "description": "(Required) Generated filename returned at upload time."
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cfc43bda-8b02-4aac-9c3d-0dcdbafaffc9",
          "name": "Download a stored file by its generated filename",
          "request": {
            "name": "Download a stored file by its generated filename",
            "description": {},
            "url": {
              "path": [
                "files",
                ":filename",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "{{filename}}",
                  "key": "filename",
                  "description": "(Required) Generated filename returned at upload time."
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                "key": "Accept-Language",
                "value": "{{acceptLanguage}}"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "85ed636c-0a7b-47ab-a040-27a07c707a23",
              "name": "Redirects to a signed attachment download URL.",
              "originalRequest": {
                "url": {
                  "path": [
                    "files",
                    ":filename",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "{{filename}}",
                      "key": "filename",
                      "description": "(Required) Generated filename returned at upload time."
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Found",
              "code": 302,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bae5fb92-eb57-4734-b7a2-db948af0e96e",
              "name": "No file exists for the given filename.",
              "originalRequest": {
                "url": {
                  "path": [
                    "files",
                    ":filename",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "{{filename}}",
                      "key": "filename",
                      "description": "(Required) Generated filename returned at upload time."
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "name": "Client",
      "item": [
        {
          "id": "f81e09fc-e85c-4ccb-b88f-24d3c47e2ef8",
          "name": "Donor Auth",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "a05e3c95-b858-43bb-a13f-4b05b54f5ae3",
              "name": "Start donor authentication with a phone number, issuing registration or login OTP as needed",
              "request": {
                "name": "Start donor authentication with a phone number, issuing registration or login OTP as needed",
                "description": {
                  "content": "Accepts Saudi mobile numbers in the format +966500110011. Numbers sent as +9660500110011 are normalized to +966500110011 before processing.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "fa631aba-2869-4b93-a8fd-1e820fd510cc",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "request-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"expiresAt\": \"1988-09-26T13:53:34.553Z\",\n  \"flow\": \"REGISTRATION\",\n  \"isNewUser\": true,\n  \"otpCode\": \"1234\",\n  \"otpSent\": true,\n  \"purpose\": \"LOGIN\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b6e9417c-3ca9-4d64-8309-ac5caf692058",
              "name": "Verify the latest registration or login OTP for a donor phone number and create a session when applicable",
              "request": {
                "name": "Verify the latest registration or login OTP for a donor phone number and create a session when applicable",
                "description": {
                  "content": "The phoneNumber field must be a Saudi mobile number in the format +966500110011. Numbers sent as +9660500110011 are normalized to +966500110011 before verification.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "fa088640-39cb-4508-a2c2-a0ff049bf717",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "verify-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"accessToken\": \"string\",\n  \"accessTokenExpiresAt\": \"1963-07-25T09:06:33.244Z\",\n  \"donor\": {\n    \"accountStatus\": \"ACTIVE\",\n    \"createdAt\": \"2005-10-10T08:21:07.964Z\",\n    \"deletedAt\": \"1968-11-03T22:04:01.176Z\",\n    \"email\": \"tester@example.com\",\n    \"fullName\": \"Selsal Tester\",\n    \"id\": \"baf3d55e-84de-c7a8-40ae-32557e093195\",\n    \"phoneNumber\": \"+966500110011\",\n    \"phoneVerifiedAt\": \"1999-12-23T15:38:53.479Z\",\n    \"profileImagePath\": \"/files/profile-image.jpg\",\n    \"registrationDate\": \"1977-06-04T18:25:42.148Z\",\n    \"updatedAt\": \"1993-11-28T19:51:41.226Z\"\n  },\n  \"refreshToken\": \"string\",\n  \"session\": {\n    \"createdAt\": \"2025-09-28T04:40:16.161Z\",\n    \"deviceInfo\": \"Mozilla/5.0\",\n    \"expiresAt\": \"2022-04-27T22:20:00.252Z\",\n    \"id\": \"9123d7bf-1f95-4fad-e3e1-142227e02a82\",\n    \"ipAddress\": \"203.0.113.42\",\n    \"revokedAt\": \"1951-05-07T14:43:31.385Z\",\n    \"userAgent\": \"Mozilla/5.0\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "fbbd4771-d51c-4b23-bcca-8ecd58c3600c",
              "name": "Rotate the refresh token and issue a new access token",
              "request": {
                "name": "Rotate the refresh token and issue a new access token",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refreshToken\": \"{{refreshToken}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "eb912491-ff46-4252-b2ea-45fa2baee181",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "refresh"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"refreshToken\": \"{{refreshToken}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"accessToken\": \"string\",\n  \"accessTokenExpiresAt\": \"1963-07-25T09:06:33.244Z\",\n  \"donor\": {\n    \"accountStatus\": \"ACTIVE\",\n    \"createdAt\": \"2005-10-10T08:21:07.964Z\",\n    \"deletedAt\": \"1968-11-03T22:04:01.176Z\",\n    \"email\": \"tester@example.com\",\n    \"fullName\": \"Selsal Tester\",\n    \"id\": \"baf3d55e-84de-c7a8-40ae-32557e093195\",\n    \"phoneNumber\": \"+966500110011\",\n    \"phoneVerifiedAt\": \"1999-12-23T15:38:53.479Z\",\n    \"profileImagePath\": \"/files/profile-image.jpg\",\n    \"registrationDate\": \"1977-06-04T18:25:42.148Z\",\n    \"updatedAt\": \"1993-11-28T19:51:41.226Z\"\n  },\n  \"refreshToken\": \"string\",\n  \"session\": {\n    \"createdAt\": \"2025-09-28T04:40:16.161Z\",\n    \"deviceInfo\": \"Mozilla/5.0\",\n    \"expiresAt\": \"2022-04-27T22:20:00.252Z\",\n    \"id\": \"9123d7bf-1f95-4fad-e3e1-142227e02a82\",\n    \"ipAddress\": \"203.0.113.42\",\n    \"revokedAt\": \"1951-05-07T14:43:31.385Z\",\n    \"userAgent\": \"Mozilla/5.0\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "cfe4db3f-876e-4bfa-a8d2-e0f58ab00107",
              "name": "Issue a mock forgot-password OTP for a verified donor phone number",
              "request": {
                "name": "Issue a mock forgot-password OTP for a verified donor phone number",
                "description": {
                  "content": "Accepts Saudi mobile numbers in the format +966500110011. Numbers sent as +9660500110011 are normalized to +966500110011 before processing.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "forgot-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "37f2cce7-a797-49da-9213-d383e333bf93",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "forgot-password",
                        "request-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"expiresAt\": \"1956-08-30T14:45:47.879Z\",\n  \"otpCode\": \"1234\",\n  \"purpose\": \"FORGOT_PASSWORD\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2ea35539-fb2c-4cd7-b303-66a9cbf21280",
              "name": "Verify a forgot-password OTP and issue a short-lived reset token",
              "request": {
                "name": "Verify a forgot-password OTP and issue a short-lived reset token",
                "description": {
                  "content": "The phoneNumber field must be a Saudi mobile number in the format +966500110011. Numbers sent as +9660500110011 are normalized to +966500110011 before verification.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "forgot-password",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2fd348a2-7570-448e-a3b7-e806e42610bd",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "forgot-password",
                        "verify-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"expiresAt\": \"1947-12-15T12:02:17.637Z\",\n  \"resetToken\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "aa823c2a-8be3-4b4b-8b0d-98dc43abb4d1",
              "name": "Reset the donor password using a verified forgot-password reset token",
              "request": {
                "name": "Reset the donor password using a verified forgot-password reset token",
                "description": {
                  "content": "Requires the resetToken returned by the forgot-password OTP verification endpoint.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "forgot-password",
                    "reset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"{{resetToken}}\",\n  \"newPassword\": \"{{newPassword}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "10263e54-570d-48be-8ebb-1e6e93a08c44",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "forgot-password",
                        "reset"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"resetToken\": \"{{resetToken}}\",\n  \"newPassword\": \"{{newPassword}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "89553c50-4385-469b-bfa1-d4d000579334",
              "name": "Revoke the current authenticated session",
              "request": {
                "name": "Revoke the current authenticated session",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5f4c3332-e7d6-4056-9b38-38251a9f88cd",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "auth",
                        "logout"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3f37884e-62ef-42ce-8f69-fc55ccb2b24f",
              "name": "Fetch the current donor profile",
              "request": {
                "name": "Fetch the current donor profile",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "05278791-ba29-4531-b9c6-8749b5f27555",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donor\": {\n    \"accountStatus\": \"ACTIVE\",\n    \"createdAt\": \"1960-04-04T07:22:25.911Z\",\n    \"deletedAt\": \"1982-04-18T01:17:30.441Z\",\n    \"email\": \"tester@example.com\",\n    \"fullName\": \"Selsal Tester\",\n    \"id\": \"7b776297-0ce9-cf2b-603e-9af3df164957\",\n    \"phoneNumber\": \"+966500110011\",\n    \"phoneVerifiedAt\": \"2016-10-09T02:39:38.617Z\",\n    \"profileImagePath\": \"/files/profile-image.jpg\",\n    \"registrationDate\": \"1966-09-26T01:40:57.884Z\",\n    \"updatedAt\": \"2025-10-28T12:43:46.589Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "67864afa-8213-491c-a025-20f60515f8ce",
              "name": "Update editable donor profile fields",
              "request": {
                "name": "Update editable donor profile fields",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "email",
                      "value": "{{email}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "profileImage",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "2972f4ff-eca0-4593-be2a-96a22c6b53c8",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "email",
                          "value": "{{email}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "profileImage",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donor\": {\n    \"accountStatus\": \"ACTIVE\",\n    \"createdAt\": \"1960-04-04T07:22:25.911Z\",\n    \"deletedAt\": \"1982-04-18T01:17:30.441Z\",\n    \"email\": \"tester@example.com\",\n    \"fullName\": \"Selsal Tester\",\n    \"id\": \"7b776297-0ce9-cf2b-603e-9af3df164957\",\n    \"phoneNumber\": \"+966500110011\",\n    \"phoneVerifiedAt\": \"2016-10-09T02:39:38.617Z\",\n    \"profileImagePath\": \"/files/profile-image.jpg\",\n    \"registrationDate\": \"1966-09-26T01:40:57.884Z\",\n    \"updatedAt\": \"2025-10-28T12:43:46.589Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1a93fd38-6420-464a-aa34-0714eb13b0b9",
              "name": "Set the donor password for the first time",
              "request": {
                "name": "Set the donor password for the first time",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "me",
                    "set-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"password\": \"{{password}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "9a13cf41-c32a-4f31-8461-ee4899c22844",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "me",
                        "set-password"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"password\": \"{{password}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "18a9eddf-4054-4f83-8ad6-877f079a14dc",
              "name": "Change the donor password using the current password",
              "request": {
                "name": "Change the donor password using the current password",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "me",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currentPassword\": \"{{currentPassword}}\",\n  \"newPassword\": \"{{newPassword}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "9409cde6-ea39-43ab-848e-b1ad1cb219ee",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "me",
                        "change-password"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currentPassword\": \"{{currentPassword}}\",\n  \"newPassword\": \"{{newPassword}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "65e78609-4370-44bf-b8ed-bb94ad5596ff",
              "name": "List the donor sessions for the authenticated account",
              "request": {
                "name": "List the donor sessions for the authenticated account",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "6b58b96c-aebf-46cc-8b5e-ea57beceab19",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "me",
                        "sessions"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"sessions\": [\n    {\n      \"createdAt\": \"1948-04-10T08:52:01.516Z\",\n      \"deviceInfo\": \"Mozilla/5.0\",\n      \"expiresAt\": \"1997-03-31T20:10:43.034Z\",\n      \"id\": \"2c018a93-0d30-1dff-eaed-8b98e16f93f1\",\n      \"ipAddress\": \"203.0.113.42\",\n      \"revokedAt\": \"1947-12-11T14:00:27.203Z\",\n      \"userAgent\": \"Mozilla/5.0\"\n    },\n    {\n      \"createdAt\": \"2017-01-09T01:09:50.390Z\",\n      \"deviceInfo\": \"Mozilla/5.0\",\n      \"expiresAt\": \"2004-04-20T19:30:46.846Z\",\n      \"id\": \"8df7e3f1-a5c0-9111-d927-6c767a9b5524\",\n      \"ipAddress\": \"203.0.113.42\",\n      \"revokedAt\": \"2004-04-18T02:28:43.876Z\",\n      \"userAgent\": \"Mozilla/5.0\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "57d4602b-a1a0-4b32-b570-ede8b8db81c9",
              "name": "Revoke one donor session by ID",
              "request": {
                "name": "Revoke one donor session by ID",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donors",
                    "me",
                    "sessions",
                    ":sessionId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "{{sessionId}}",
                      "key": "sessionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "99e43408-5afb-4cdd-be9a-310ef3bfa759",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donors",
                        "me",
                        "sessions",
                        ":sessionId"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "{{sessionId}}",
                          "key": "sessionId",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "326249b1-21ff-4724-9e61-386236dda89a",
          "name": "Client Ads",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "dc0736fb-088c-4fa0-acb8-9179278fca79",
              "name": "List published advertisements for app and website banners",
              "request": {
                "name": "List published advertisements for app and website banners",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "ads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "1e4f41ca-c118-44aa-9a5d-44d2fb4e4af2",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "ads"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"ads\": [\n    {\n      \"id\": \"bd0b6c11-7b20-bb13-e8a0-fc9093220bba\",\n      \"title\": \"string\",\n      \"imagePath\": \"string\",\n      \"status\": \"ENDED\",\n      \"startDate\": \"2019-05-30T01:07:33.099Z\",\n      \"endDate\": \"1979-05-03T13:35:48.648Z\",\n      \"createdAt\": \"1977-03-09T10:26:19.446Z\",\n      \"updatedAt\": \"1950-03-18T05:13:03.290Z\",\n      \"description\": {},\n      \"linkUrl\": {}\n    },\n    {\n      \"id\": \"64bf942d-78ea-547e-ef82-5ae4bf3a886d\",\n      \"title\": \"string\",\n      \"imagePath\": \"string\",\n      \"status\": \"PUBLISHED\",\n      \"startDate\": \"1994-05-03T09:31:18.993Z\",\n      \"endDate\": \"1958-02-17T01:50:09.566Z\",\n      \"createdAt\": \"1991-09-05T08:02:41.562Z\",\n      \"updatedAt\": \"2003-01-13T21:24:02.081Z\",\n      \"description\": {},\n      \"linkUrl\": {}\n    }\n  ],\n  \"page\": 7151.190725759196,\n  \"pageSize\": 8265.67406145852,\n  \"total\": 8434.9020630738\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "5cac6afc-fff1-43a4-a86c-6ecb51282543",
          "name": "Client Campaigns",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "414fbd92-f3b9-477f-9310-8164bde3b893",
              "name": "List published campaign categories for clients",
              "request": {
                "name": "List published campaign categories for clients",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "campaign-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "f911c874-124f-4636-be3b-fa2d902c8304",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "campaign-categories"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"categories\": [\n    {\n      \"id\": \"6d3d4d4a-93c1-8871-97ca-d626baf9761d\",\n      \"iconPath\": \"string\",\n      \"name\": \"string\",\n      \"campaignsCount\": 4826.395754664308,\n      \"createdAt\": \"1977-11-19T17:12:52.850Z\",\n      \"updatedAt\": \"1955-12-12T10:54:35.087Z\"\n    },\n    {\n      \"id\": \"fca821e9-9f93-a0e3-0ad1-5f69f4da41bc\",\n      \"iconPath\": \"string\",\n      \"name\": \"string\",\n      \"campaignsCount\": 3707.8379041054286,\n      \"createdAt\": \"2021-02-22T12:50:53.687Z\",\n      \"updatedAt\": \"2022-09-07T16:59:27.457Z\"\n    }\n  ],\n  \"page\": 444.5353152419429,\n  \"pageSize\": 3244.4236735530494,\n  \"total\": 2156.4111574725753\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "50d7de7c-7b51-4578-bc67-1ddde5dd15f8",
              "name": "List published campaigns for clients",
              "request": {
                "name": "List published campaigns for clients",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "categoryId",
                      "value": "<uuid>"
                    },
                    {
                      "disabled": false,
                      "key": "endDate",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "startDate",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "tillTargetReached",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "753b6ba8-f503-4e41-b303-707326d2dee1",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "campaigns"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "categoryId",
                          "value": "<uuid>"
                        },
                        {
                          "key": "endDate",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "startDate",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        },
                        {
                          "key": "tillTargetReached",
                          "value": "<boolean>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"campaigns\": [\n    {\n      \"id\": \"519923d1-8269-e7a7-3f7b-115bcd700aaf\",\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"category\": {\n        \"id\": \"2d85f040-5451-8950-56f1-70a2b4056b67\",\n        \"name\": \"string\",\n        \"iconPath\": \"string\"\n      },\n      \"donationTarget\": 3190.4309154513167,\n      \"collectedAmount\": 1647.2486279018317,\n      \"remainingAmount\": 8784.984945596541,\n      \"donorsCount\": 9950.413991428766,\n      \"averageDonation\": 5472.573870531496,\n      \"percentageAchieved\": 2661.404336139046,\n      \"startDate\": \"1962-06-01T20:39:07.651Z\",\n      \"endDate\": \"1992-11-27T14:27:21.540Z\",\n      \"creationStatus\": \"PUBLISHED\",\n      \"status\": \"PUBLISHED\",\n      \"isExpanded\": true,\n      \"expandedAt\": \"1994-10-06T22:56:10.271Z\",\n      \"previousEndDate\": \"2019-11-23T00:30:43.292Z\",\n      \"createdAt\": \"1976-07-27T15:25:19.108Z\",\n      \"updatedAt\": \"1989-10-02T23:14:37.190Z\",\n      \"imagePath\": {}\n    },\n    {\n      \"id\": \"274d43bb-e137-0fcb-949d-5f8c85bce8e0\",\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"category\": {\n        \"id\": \"1d9f4dda-1fa4-2425-b967-762a6ac661af\",\n        \"name\": \"string\",\n        \"iconPath\": \"string\"\n      },\n      \"donationTarget\": 5664.920783133818,\n      \"collectedAmount\": 736.6724907157108,\n      \"remainingAmount\": 9369.90589846333,\n      \"donorsCount\": 1911.3911612996692,\n      \"averageDonation\": 1423.0089073240126,\n      \"percentageAchieved\": 839.1575895124048,\n      \"startDate\": \"1984-01-18T03:07:35.153Z\",\n      \"endDate\": \"1991-07-22T21:33:10.023Z\",\n      \"creationStatus\": \"PUBLISHED\",\n      \"status\": \"ENDED\",\n      \"isExpanded\": true,\n      \"expandedAt\": \"1989-12-07T05:46:38.690Z\",\n      \"previousEndDate\": \"1948-10-06T09:04:03.828Z\",\n      \"createdAt\": \"1949-11-24T11:34:21.853Z\",\n      \"updatedAt\": \"1974-12-30T11:26:10.134Z\",\n      \"imagePath\": {}\n    }\n  ],\n  \"page\": 5456.742904627125,\n  \"pageSize\": 6473.796642716352,\n  \"total\": 8092.1729546269235\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "48283913-b915-49a6-8cf7-6a923a0c2ea8",
              "name": "Get one published campaign for clients",
              "request": {
                "name": "Get one published campaign for clients",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "campaigns",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "ecc84dd0-3966-43d3-bbb2-060cf912330d",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "campaigns",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"campaign\": {\n    \"id\": \"6edc2c6e-fb5f-9b3f-6bda-ee7e033e2dab\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"category\": {\n      \"id\": \"03ad14dd-3c41-c380-d979-59bf6dd53e29\",\n      \"name\": \"string\",\n      \"iconPath\": \"string\"\n    },\n    \"donationTarget\": 3026.970917314753,\n    \"collectedAmount\": 8103.28063116537,\n    \"remainingAmount\": 4555.226282194413,\n    \"donorsCount\": 4764.5758859506395,\n    \"averageDonation\": 2985.959509970806,\n    \"percentageAchieved\": 9668.73162086976,\n    \"startDate\": \"1947-11-12T07:18:10.157Z\",\n    \"endDate\": \"1997-11-26T23:25:18.926Z\",\n    \"creationStatus\": \"DRAFT\",\n    \"status\": \"PUBLISHED\",\n    \"isExpanded\": false,\n    \"expandedAt\": \"1953-07-24T06:27:23.943Z\",\n    \"previousEndDate\": \"1955-03-16T05:15:16.717Z\",\n    \"createdAt\": \"1954-03-06T09:20:45.044Z\",\n    \"updatedAt\": \"1969-11-22T11:30:49.172Z\",\n    \"imagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "185e25d5-cf03-4f84-8799-c040bcab88dd",
          "name": "Client Donations",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "e6e81dfc-3e39-4bce-809c-810882c0905d",
              "name": "List available MyFatoorah payment methods",
              "request": {
                "name": "List available MyFatoorah payment methods",
                "description": {
                  "content": "Use this before creating a donation so web and Flutter clients can render the enabled payment options.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donations",
                    "payment-methods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "amount",
                      "value": "<number>",
                      "description": "(Required) "
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "41669ba1-8373-4b69-aba3-b3b206bfe7a6",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations",
                        "payment-methods"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "amount",
                          "value": "150"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"paymentMethods\": [\n    {\n      \"paymentMethodId\": 2434.16683988392,\n      \"paymentMethodNameEn\": \"string\",\n      \"paymentMethodNameAr\": \"string\",\n      \"paymentMethodCode\": \"string\",\n      \"serviceCharge\": 8004.101119081659,\n      \"totalAmount\": 6844.833385149309,\n      \"currencyIso\": \"string\",\n      \"paymentCurrencyIso\": \"string\",\n      \"isDirectPayment\": false,\n      \"isEmbeddedSupported\": false,\n      \"imageUrl\": {}\n    },\n    {\n      \"paymentMethodId\": 8198.731106559544,\n      \"paymentMethodNameEn\": \"string\",\n      \"paymentMethodNameAr\": \"string\",\n      \"paymentMethodCode\": \"string\",\n      \"serviceCharge\": 145.94747199047075,\n      \"totalAmount\": 6933.628107182776,\n      \"currencyIso\": \"string\",\n      \"paymentCurrencyIso\": \"string\",\n      \"isDirectPayment\": false,\n      \"isEmbeddedSupported\": true,\n      \"imageUrl\": {}\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c9c97859-c652-486a-8547-e360f5a0dcc6",
              "name": "Create a donation checkout session",
              "request": {
                "name": "Create a donation checkout session",
                "description": {
                  "content": "Public endpoint for web and Flutter donation checkout. Authentication is optional at the product level and not required by this API.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"items\": [\n    {\n      \"campaignId\": \"{{campaignId}}\",\n      \"amount\": \"<number>\"\n    },\n    {\n      \"campaignId\": \"{{campaignId}}\",\n      \"amount\": \"<number>\"\n    }\n  ],\n  \"paymentMethodId\": \"<number>\",\n  \"channel\": \"<string>\",\n  \"successUrl\": \"<string>\",\n  \"errorUrl\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "2b08f858-7ba2-429d-8414-dc773935b06c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"items\": [\n    {\n      \"campaignId\": \"{{campaignId}}\",\n      \"amount\": 100\n    },\n    {\n      \"campaignId\": \"{{campaignId}}\",\n      \"amount\": 100\n    }\n  ],\n  \"paymentMethodId\": 2,\n  \"channel\": \"WEB\",\n  \"successUrl\": \"https://app.selsal.com/donations/result?status=success\",\n  \"errorUrl\": \"https://app.selsal.com/donations/result?status=failed\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"checkout\": {\n    \"id\": \"48ee3d99-d687-cd81-b316-670b1d2b2a36\",\n    \"totalAmount\": 6938.427271341485,\n    \"currencyIso\": \"string\",\n    \"channel\": \"MOBILE\",\n    \"status\": \"CANCELLED\",\n    \"provider\": \"MYFATOORAH\",\n    \"paymentMethodId\": 9847.675578908282,\n    \"receiptReference\": \"string\",\n    \"createdAt\": \"1997-02-24T02:59:51.898Z\",\n    \"paidAt\": \"2009-07-12T07:33:00.001Z\",\n    \"failedAt\": \"2019-09-08T19:04:33.978Z\",\n    \"items\": [\n      {\n        \"id\": \"5390d5bb-cb8a-1575-6803-ec8f398d7aec\",\n        \"amount\": 2015.4849165367027,\n        \"campaign\": {\n          \"id\": \"f77b2dd8-370c-4504-0ca5-6739911ab3c2\",\n          \"title\": \"string\"\n        },\n        \"status\": \"CANCELLED\"\n      },\n      {\n        \"id\": \"59f9752f-63c6-0534-3b9d-94a1666a81d4\",\n        \"amount\": 6464.348556837527,\n        \"campaign\": {\n          \"id\": \"8837cd8c-6cf1-62f5-0737-4e623889496d\",\n          \"title\": \"string\"\n        },\n        \"status\": \"CANCELLED\"\n      }\n    ],\n    \"paymentMethodName\": {},\n    \"paymentMethodCode\": {},\n    \"paymentUrl\": {},\n    \"providerInvoiceId\": {},\n    \"providerPaymentId\": {},\n    \"invoiceReference\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6dedbf35-702b-48a6-ac86-1ad8c5ebc252",
              "name": "List current donor donation history",
              "request": {
                "name": "List current donor donation history",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donations",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "page",
                      "value": "<string>",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "key": "pageSize",
                      "value": "<string>",
                      "description": "(Required) "
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "0d0e8113-5b4c-4dde-9675-487f46773039",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "page",
                          "value": "<string>"
                        },
                        {
                          "key": "pageSize",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donations\": [\n    {\n      \"id\": \"858abe45-94ef-0883-f5d9-822f3e3a6f8a\",\n      \"amount\": 4381.400185918871,\n      \"currencyIso\": \"string\",\n      \"status\": \"FAILED\",\n      \"campaign\": {\n        \"id\": \"193b22ec-db2a-bf09-3953-da3ad9c1f2bf\",\n        \"title\": \"string\"\n      },\n      \"receiptReference\": \"string\",\n      \"createdAt\": \"1962-12-05T05:04:29.463Z\",\n      \"paidAt\": \"1969-04-04T09:10:34.550Z\"\n    },\n    {\n      \"id\": \"477e7ac8-c030-45a4-6acc-551b814ca258\",\n      \"amount\": 2868.7923109974345,\n      \"currencyIso\": \"string\",\n      \"status\": \"PAID\",\n      \"campaign\": {\n        \"id\": \"8c65c2a0-10aa-2853-bf46-a8a0549d7774\",\n        \"title\": \"string\"\n      },\n      \"receiptReference\": \"string\",\n      \"createdAt\": \"1997-06-12T20:30:09.901Z\",\n      \"paidAt\": \"2016-06-21T10:56:43.265Z\"\n    }\n  ],\n  \"page\": 2759.050847780995,\n  \"pageSize\": 7533.425560198403,\n  \"total\": 1074.313397295048,\n  \"totalPaidAmount\": 109.41199701743454,\n  \"totalPaidCampaigns\": 1100.9311363302832\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3e05125c-3bf9-4df2-8ef6-002cca26b4ce",
              "name": "Sync donation status from MyFatoorah",
              "request": {
                "name": "Sync donation status from MyFatoorah",
                "description": {
                  "content": "Call this after the customer returns to your web page or mobile deep link with a PaymentId from MyFatoorah.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "donations",
                    "sync-status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"paymentId\": \"{{paymentId}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "d7590cc6-fa0f-4e5f-b8ed-688461078583",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations",
                        "sync-status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"paymentId\": \"{{paymentId}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"checkout\": {\n    \"id\": \"09edb227-31c6-11a5-211e-8318a9e2b182\",\n    \"totalAmount\": 7492.8841359773205,\n    \"currencyIso\": \"string\",\n    \"channel\": \"WEB\",\n    \"status\": \"FAILED\",\n    \"provider\": \"MYFATOORAH\",\n    \"paymentMethodId\": 616.2183323537862,\n    \"receiptReference\": \"string\",\n    \"createdAt\": \"1949-01-28T07:32:00.320Z\",\n    \"paidAt\": \"1995-11-07T13:31:00.314Z\",\n    \"failedAt\": \"2011-07-29T22:23:55.458Z\",\n    \"items\": [\n      {\n        \"id\": \"3a6f34dc-9296-ffaf-1af6-7a30cb28924b\",\n        \"amount\": 9147.188681016309,\n        \"campaign\": {\n          \"id\": \"9a1c166a-1dd8-b852-2acd-98105475c9b6\",\n          \"title\": \"string\"\n        },\n        \"status\": \"PAID\"\n      },\n      {\n        \"id\": \"61628830-040d-69c4-1947-e1fcc0f316cc\",\n        \"amount\": 9613.65403613297,\n        \"campaign\": {\n          \"id\": \"02de0291-169e-bea9-9e0c-c58ff5f188a1\",\n          \"title\": \"string\"\n        },\n        \"status\": \"CANCELLED\"\n      }\n    ],\n    \"paymentMethodName\": {},\n    \"paymentMethodCode\": {},\n    \"paymentUrl\": {},\n    \"providerInvoiceId\": {},\n    \"providerPaymentId\": {},\n    \"invoiceReference\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6ec81ff4-19ab-46ad-91e2-396f6b610c68",
              "name": "Receive MyFatoorah webhook notifications",
              "request": {
                "name": "Receive MyFatoorah webhook notifications",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donations",
                    "myfatoorah",
                    "webhook"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null
              },
              "response": [
                {
                  "id": "9eb88bef-7135-4445-9ac6-c6010bb4f9b2",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations",
                        "myfatoorah",
                        "webhook"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0e8fcbed-b77c-433b-a75b-240f5c855b20",
              "name": "Handle MyFatoorah browser callback and redirect to the website",
              "request": {
                "name": "Handle MyFatoorah browser callback and redirect to the website",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donations",
                    "myfatoorah",
                    "callback"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "601fb487-2e18-4b73-93a1-75ac17f91301",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations",
                        "myfatoorah",
                        "callback"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "text/plain"
                    }
                  ],
                  "body": "",
                  "cookie": [],
                  "_postman_previewlanguage": "text"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "71b0b1f8-215c-4a19-982a-7e02765872b8",
              "name": "Get one donation checkout status by ID",
              "request": {
                "name": "Get one donation checkout status by ID",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "donations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "cc6577e5-ec9d-4b15-8793-ffee14d3e488",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "donations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"checkout\": {\n    \"id\": \"09edb227-31c6-11a5-211e-8318a9e2b182\",\n    \"totalAmount\": 7492.8841359773205,\n    \"currencyIso\": \"string\",\n    \"channel\": \"WEB\",\n    \"status\": \"FAILED\",\n    \"provider\": \"MYFATOORAH\",\n    \"paymentMethodId\": 616.2183323537862,\n    \"receiptReference\": \"string\",\n    \"createdAt\": \"1949-01-28T07:32:00.320Z\",\n    \"paidAt\": \"1995-11-07T13:31:00.314Z\",\n    \"failedAt\": \"2011-07-29T22:23:55.458Z\",\n    \"items\": [\n      {\n        \"id\": \"3a6f34dc-9296-ffaf-1af6-7a30cb28924b\",\n        \"amount\": 9147.188681016309,\n        \"campaign\": {\n          \"id\": \"9a1c166a-1dd8-b852-2acd-98105475c9b6\",\n          \"title\": \"string\"\n        },\n        \"status\": \"PAID\"\n      },\n      {\n        \"id\": \"61628830-040d-69c4-1947-e1fcc0f316cc\",\n        \"amount\": 9613.65403613297,\n        \"campaign\": {\n          \"id\": \"02de0291-169e-bea9-9e0c-c58ff5f188a1\",\n          \"title\": \"string\"\n        },\n        \"status\": \"CANCELLED\"\n      }\n    ],\n    \"paymentMethodName\": {},\n    \"paymentMethodCode\": {},\n    \"paymentUrl\": {},\n    \"providerInvoiceId\": {},\n    \"providerPaymentId\": {},\n    \"invoiceReference\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "bd0feb5c-d1aa-401a-b2b6-ca952916cf04",
          "name": "Client Notifications",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "fb6f92a8-5c71-4f29-b510-4dba79c96363",
              "name": "List notifications for the current donor",
              "request": {
                "name": "List notifications for the current donor",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "isRead",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "b96b1fef-8ae7-4c19-9289-f275f7b9e3e1",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "notifications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "isRead",
                          "value": "<boolean>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"notifications\": [\n    {\n      \"id\": \"e99020e9-d997-716f-edeb-3d0c21428423\",\n      \"recipientType\": \"ADMIN\",\n      \"recipientId\": \"3d62d9b1-ee15-ebd3-7472-2837c8050f85\",\n      \"message\": \"string\",\n      \"type\": \"DONATION_CONFIRMED\",\n      \"channel\": \"PUSH\",\n      \"isRead\": true,\n      \"createdAt\": \"1961-05-02T15:53:20.304Z\",\n      \"updatedAt\": \"1996-02-18T21:48:20.129Z\",\n      \"title\": \"string\",\n      \"targetType\": \"OTHER\",\n      \"targetId\": \"728c3f85-3abc-d050-11d2-338ae3111707\",\n      \"targetPath\": \"string\",\n      \"data\": {},\n      \"readAt\": \"2007-04-02T01:54:11.312Z\",\n      \"sourcePushCampaignId\": \"465b6555-f194-a788-055e-ac284e566547\"\n    },\n    {\n      \"id\": \"2b57d955-f9da-3ebb-55d1-80321f175ae2\",\n      \"recipientType\": \"ADMIN\",\n      \"recipientId\": \"530c48fc-5133-f50c-da07-acdbc3219eaa\",\n      \"message\": \"string\",\n      \"type\": \"FAMILY_REQUEST_RECEIVED\",\n      \"channel\": \"IN_APP\",\n      \"isRead\": false,\n      \"createdAt\": \"1990-08-23T10:03:49.164Z\",\n      \"updatedAt\": \"1976-11-28T00:47:51.967Z\",\n      \"title\": \"string\",\n      \"targetType\": \"OTHER\",\n      \"targetId\": \"3b8762aa-77d9-9b44-528a-96ca1018229f\",\n      \"targetPath\": \"string\",\n      \"data\": {},\n      \"readAt\": \"1951-06-25T19:34:33.901Z\",\n      \"sourcePushCampaignId\": \"f88deb56-1bc1-2f25-d6cd-a48f3a900650\"\n    }\n  ],\n  \"page\": 9477.496569663877,\n  \"pageSize\": 1609.2334943688224,\n  \"total\": 3141.448471325685\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "785a4813-4f10-4f18-b66d-5feb742a89f7",
              "name": "Get unread notification count for the current donor",
              "request": {
                "name": "Get unread notification count for the current donor",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "80483700-1226-4345-94d7-b5889deeac2c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "notifications",
                        "unread-count"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"unreadCount\": 2939.487013819975\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2ef14676-4a99-41d8-8926-b3d43463977b",
              "name": "Mark one donor notification as read",
              "request": {
                "name": "Mark one donor notification as read",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "e394a159-3a3a-43b1-884e-7f788162e359",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "notifications",
                        ":id",
                        "read"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "820af27e-003c-4644-8701-e0778df6f014",
              "name": "Register or refresh a notification device token for the current donor",
              "request": {
                "name": "Register or refresh a notification device token for the current donor",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "notifications",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"deviceId\": \"<string>\",\n  \"platform\": \"<string>\",\n  \"token\": \"<string>\",\n  \"locale\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "84c5676a-13a6-4fe2-873d-2968f312ee2e",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "notifications",
                        "devices"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"deviceId\": \"<string>\",\n  \"platform\": \"<string>\",\n  \"token\": \"<string>\",\n  \"locale\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"deviceToken\": {\n    \"id\": \"22edacee-205c-9193-4e33-35a0418b77d2\",\n    \"ownerType\": \"DRIVER\",\n    \"ownerId\": \"ea795a3a-852f-fb09-5927-bc5217d7496f\",\n    \"deviceId\": \"string\",\n    \"platform\": \"WEB\",\n    \"token\": \"string\",\n    \"isActive\": false,\n    \"lastSeenAt\": \"1976-12-24T23:55:26.053Z\",\n    \"createdAt\": \"2016-07-07T17:53:20.923Z\",\n    \"updatedAt\": \"2002-02-21T15:15:57.237Z\",\n    \"locale\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7b4e8041-6b15-44c3-b8e4-c31ee50c4fde",
              "name": "Unregister a notification device token for the current donor",
              "request": {
                "name": "Unregister a notification device token for the current donor",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "notifications",
                    "devices",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "ac752dfd-6dfa-45c4-8019-5c05bd892327",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "notifications",
                        "devices",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "b728b3be-3e39-4f93-a9ba-3c9f8fa4bffc",
          "name": "Client Families",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "93e2f0a3-060b-4a99-a0a4-37236397b6a6",
              "name": "Submit a family support request",
              "request": {
                "name": "Submit a family support request",
                "description": {
                  "content": "Public endpoint for web and mobile family request forms. Authentication is not required.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "family-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "representativeName",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "email",
                      "value": "{{email}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "city",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "familyMembersCount",
                      "value": "<number>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "situationDescription",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "latitude",
                      "value": "<number>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "longitude",
                      "value": "<number>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "supportingDocuments",
                      "type": "file",
                      "description": "(Required)  Attach one file. Repeat the same key for multiple files."
                    },
                    {
                      "key": "supportingDocuments",
                      "type": "file",
                      "description": "(Required)  Attach one file. Repeat the same key for multiple files."
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "9a123ac0-6239-4f7e-ba6b-b844c2b30b0a",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "family-requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "representativeName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "email",
                          "value": "{{email}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "city",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "familyMembersCount",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "situationDescription",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "latitude",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "longitude",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": "[object Object] Attach one file. Repeat the same key for multiple files.",
                          "key": "supportingDocuments",
                          "type": "file"
                        },
                        {
                          "description": "[object Object] Attach one file. Repeat the same key for multiple files.",
                          "key": "supportingDocuments",
                          "type": "file"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"familyRequest\": {\n    \"id\": \"1066f7ed-f971-c9fd-166d-f307b5c4c1bf\",\n    \"representativeName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"J0Cvo9twSXv3pC@cYMcZZVdcVXPHcu.eosc\",\n    \"city\": \"string\",\n    \"familyMembersCount\": 6962.2563352040115,\n    \"situationDescription\": \"string\",\n    \"supportingDocumentPaths\": [\n      \"string\",\n      \"string\"\n    ],\n    \"latitude\": 7440.417140620132,\n    \"longitude\": 7351.702007178371,\n    \"requestStatus\": \"ACCEPTED\",\n    \"requestDate\": \"1972-09-06T16:43:31.267Z\",\n    \"reviewedAt\": \"1982-07-08T11:10:32.107Z\",\n    \"familyId\": \"752d3b38-68ca-741e-8f25-1b58669050b4\",\n    \"rejectionReason\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "0aa67692-71b3-4d03-93b0-77f37bca0c39",
          "name": "Client Volunteers",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "72218cf1-5edb-4a03-92a4-7fbdce7dba39",
              "name": "Submit a volunteer request",
              "request": {
                "name": "Submit a volunteer request",
                "description": {
                  "content": "Public endpoint for web and mobile volunteer forms. Authentication is not required.",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "client",
                    "volunteer-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"fullName\": \"{{fullName}}\",\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"email\": \"{{email}}\",\n  \"city\": \"<string>\",\n  \"skills\": \"<string>\",\n  \"volunteerType\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "57300693-82c0-4bf5-856d-d20687b9214a",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "volunteer-requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"fullName\": \"{{fullName}}\",\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"email\": \"{{email}}\",\n  \"city\": \"Riyadh\",\n  \"skills\": \"Community coordination, event support, and family outreach.\",\n  \"volunteerType\": \"Field Volunteer\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"volunteerRequest\": {\n    \"id\": \"720f6f3d-ae8f-3079-e6e3-5482bdbf0e6a\",\n    \"fullName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"zjDfbidv@j.jshz\",\n    \"city\": \"string\",\n    \"skills\": \"string\",\n    \"volunteerType\": \"string\",\n    \"requestStatus\": \"UNDER_REVIEW\",\n    \"requestDate\": \"1984-03-11T08:57:41.007Z\",\n    \"reviewedAt\": \"1963-06-20T07:33:20.960Z\",\n    \"volunteerId\": \"603e1d03-690c-7b08-6f7c-93e4965e164d\",\n    \"rejectionReason\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "82a55a9c-4fd2-4e6c-94ce-29d4a13438d3",
          "name": "Client Media Center",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "ad9a5495-9b34-424d-a307-9ba984b23bc9",
              "name": "List published media center videos",
              "request": {
                "name": "List published media center videos",
                "description": {},
                "url": {
                  "path": [
                    "client",
                    "media-videos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": null
              },
              "response": [
                {
                  "id": "39d477dd-fcdc-40ad-8b65-a2c64b8acb69",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "client",
                        "media-videos"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"mediaVideos\": [\n    {\n      \"id\": \"ef0d5a31-669e-5e82-a321-801ed53a95b5\",\n      \"titleEn\": \"string\",\n      \"titleAr\": \"string\",\n      \"descriptionEn\": {},\n      \"descriptionAr\": {},\n      \"youtubeUrl\": \"string\",\n      \"youtubeVideoId\": \"string\",\n      \"thumbnailUrl\": \"string\",\n      \"isPublished\": false,\n      \"publishedAt\": {},\n      \"createdAt\": \"1954-10-31T07:23:25.544Z\",\n      \"updatedAt\": \"1961-06-12T15:04:51.752Z\"\n    },\n    {\n      \"id\": \"87c90c01-fc80-da2a-76b5-65a51fe6d457\",\n      \"titleEn\": \"string\",\n      \"titleAr\": \"string\",\n      \"descriptionEn\": {},\n      \"descriptionAr\": {},\n      \"youtubeUrl\": \"string\",\n      \"youtubeVideoId\": \"string\",\n      \"thumbnailUrl\": \"string\",\n      \"isPublished\": false,\n      \"publishedAt\": {},\n      \"createdAt\": \"1949-03-20T08:49:23.467Z\",\n      \"updatedAt\": \"1948-02-03T00:42:31.222Z\"\n    }\n  ],\n  \"page\": 5291.493185748433,\n  \"pageSize\": 3974.7282422520057,\n  \"total\": 184.72592634017903\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ]
    },
    {
      "name": "Driver",
      "item": [
        {
          "id": "366ef75c-ccf5-4a9f-b536-fbb0cfb8a579",
          "name": "Driver Auth",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "156193a5-0926-4d12-a503-9560fc1668b5",
              "name": "Sign in as a driver with phone number and password",
              "request": {
                "name": "Sign in as a driver with phone number and password",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"password\": \"{{password}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "a5f3c462-a1bc-4508-b385-914982204601",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "auth",
                        "login"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"password\": \"{{password}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"accessToken\": \"string\",\n  \"accessTokenExpiresAt\": \"1974-10-18T17:22:45.451Z\",\n  \"refreshToken\": \"string\",\n  \"driver\": {\n    \"id\": \"4021131d-2842-c966-4c84-b33badd809c2\",\n    \"fullName\": \"string\",\n    \"idNumber\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"vehicleType\": \"string\",\n    \"licensePlateNumber\": \"string\",\n    \"driverLicensePath\": \"string\",\n    \"vehicleRegistrationPath\": \"string\",\n    \"accountStatus\": \"SUSPENDED\",\n    \"activeOrdersCount\": 1834.4332113741202,\n    \"completedOrdersCount\": 1149.677553881503,\n    \"lastLoginAt\": \"2012-03-05T13:32:07.291Z\",\n    \"deletedAt\": \"1958-12-21T13:07:37.762Z\",\n    \"createdAt\": \"1970-07-27T15:46:33.063Z\",\n    \"updatedAt\": \"2012-03-28T23:50:42.931Z\",\n    \"profileImagePath\": {}\n  },\n  \"session\": {\n    \"id\": \"b4e38b29-0e41-de5a-a7a4-579fee68a702\",\n    \"createdAt\": \"1948-03-20T00:49:56.435Z\",\n    \"expiresAt\": \"2007-03-28T03:10:19.585Z\",\n    \"revokedAt\": \"2011-06-03T08:54:30.373Z\",\n    \"deviceInfo\": {},\n    \"ipAddress\": {},\n    \"userAgent\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6f7d5ceb-1f3f-4d00-8b06-420e5c6f7f5d",
              "name": "Rotate the driver refresh token and issue a new access token",
              "request": {
                "name": "Rotate the driver refresh token and issue a new access token",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refreshToken\": \"{{refreshToken}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "e2905acc-730e-465f-8ec9-3458e399a872",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "auth",
                        "refresh"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"refreshToken\": \"{{refreshToken}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"accessToken\": \"string\",\n  \"accessTokenExpiresAt\": \"1974-10-18T17:22:45.451Z\",\n  \"refreshToken\": \"string\",\n  \"driver\": {\n    \"id\": \"4021131d-2842-c966-4c84-b33badd809c2\",\n    \"fullName\": \"string\",\n    \"idNumber\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"vehicleType\": \"string\",\n    \"licensePlateNumber\": \"string\",\n    \"driverLicensePath\": \"string\",\n    \"vehicleRegistrationPath\": \"string\",\n    \"accountStatus\": \"SUSPENDED\",\n    \"activeOrdersCount\": 1834.4332113741202,\n    \"completedOrdersCount\": 1149.677553881503,\n    \"lastLoginAt\": \"2012-03-05T13:32:07.291Z\",\n    \"deletedAt\": \"1958-12-21T13:07:37.762Z\",\n    \"createdAt\": \"1970-07-27T15:46:33.063Z\",\n    \"updatedAt\": \"2012-03-28T23:50:42.931Z\",\n    \"profileImagePath\": {}\n  },\n  \"session\": {\n    \"id\": \"b4e38b29-0e41-de5a-a7a4-579fee68a702\",\n    \"createdAt\": \"1948-03-20T00:49:56.435Z\",\n    \"expiresAt\": \"2007-03-28T03:10:19.585Z\",\n    \"revokedAt\": \"2011-06-03T08:54:30.373Z\",\n    \"deviceInfo\": {},\n    \"ipAddress\": {},\n    \"userAgent\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b185d7e5-a134-49de-ae8c-1c32092c6c45",
              "name": "Request a driver forgot-password OTP",
              "request": {
                "name": "Request a driver forgot-password OTP",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "auth",
                    "forgot-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "3141aa16-f4d8-44fb-8d4c-0250e1edd8b0",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "auth",
                        "forgot-password",
                        "request-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"expiresAt\": \"2018-02-23T01:26:56.972Z\",\n  \"otpCode\": \"123456\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "69ab52e4-9cb5-4d1a-ae93-c8683a33ab20",
              "name": "Verify a driver forgot-password OTP and issue a reset token",
              "request": {
                "name": "Verify a driver forgot-password OTP and issue a reset token",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "auth",
                    "forgot-password",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "610d74c5-5d34-445d-b1e5-a5d41c85b784",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "auth",
                        "forgot-password",
                        "verify-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"phoneNumber\": \"{{phoneNumber}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"expiresAt\": \"1947-12-15T12:02:17.637Z\",\n  \"resetToken\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "eaab4330-d22d-4927-b942-e0e1b1a0e91e",
              "name": "Reset the driver password with a verified reset token",
              "request": {
                "name": "Reset the driver password with a verified reset token",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "auth",
                    "forgot-password",
                    "reset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"resetToken\": \"{{resetToken}}\",\n  \"newPassword\": \"{{newPassword}}\",\n  \"confirmPassword\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8d15d7a1-da87-4000-b839-613a30eb48bb",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "auth",
                        "forgot-password",
                        "reset"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"resetToken\": \"{{resetToken}}\",\n  \"newPassword\": \"{{newPassword}}\",\n  \"confirmPassword\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c88a558b-31e6-43c1-9b06-fccee8c1aec7",
              "name": "Log out the current driver session",
              "request": {
                "name": "Log out the current driver session",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5b2ca0de-137d-4d29-8cbb-b85a05231960",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "auth",
                        "logout"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "40ba6ebf-94a9-4851-b925-875296d19b31",
              "name": "Fetch the current driver profile",
              "request": {
                "name": "Fetch the current driver profile",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "d64b1e18-4ad9-4ccc-b8e7-c6d27de70100",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"driver\": {\n    \"id\": \"054fb768-54bb-87c9-2c31-332bdb3c53f4\",\n    \"fullName\": \"string\",\n    \"idNumber\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"vehicleType\": \"string\",\n    \"licensePlateNumber\": \"string\",\n    \"driverLicensePath\": \"string\",\n    \"vehicleRegistrationPath\": \"string\",\n    \"accountStatus\": \"SUSPENDED\",\n    \"activeOrdersCount\": 3477.278744934946,\n    \"completedOrdersCount\": 2642.4450531975017,\n    \"lastLoginAt\": \"1981-11-26T03:23:54.474Z\",\n    \"deletedAt\": \"1990-01-20T12:02:48.337Z\",\n    \"createdAt\": \"1986-08-01T05:58:11.341Z\",\n    \"updatedAt\": \"1967-10-25T16:14:16.319Z\",\n    \"profileImagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7d39ff0f-1dad-4e8e-ac21-f501682c6ad6",
              "name": "Update the current driver profile",
              "request": {
                "name": "Update the current driver profile",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "vehicleType",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "licensePlateNumber",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteProfileImage",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "profileImage",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "19e6aa30-c5ea-48c5-84ea-140151cb6582",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "vehicleType",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "licensePlateNumber",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteProfileImage",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "profileImage",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"driver\": {\n    \"id\": \"054fb768-54bb-87c9-2c31-332bdb3c53f4\",\n    \"fullName\": \"string\",\n    \"idNumber\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"vehicleType\": \"string\",\n    \"licensePlateNumber\": \"string\",\n    \"driverLicensePath\": \"string\",\n    \"vehicleRegistrationPath\": \"string\",\n    \"accountStatus\": \"SUSPENDED\",\n    \"activeOrdersCount\": 3477.278744934946,\n    \"completedOrdersCount\": 2642.4450531975017,\n    \"lastLoginAt\": \"1981-11-26T03:23:54.474Z\",\n    \"deletedAt\": \"1990-01-20T12:02:48.337Z\",\n    \"createdAt\": \"1986-08-01T05:58:11.341Z\",\n    \"updatedAt\": \"1967-10-25T16:14:16.319Z\",\n    \"profileImagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f7fe9198-e808-4a67-ae82-37f403b85ccf",
              "name": "Change the current driver password",
              "request": {
                "name": "Change the current driver password",
                "description": {},
                "url": {
                  "path": [
                    "driver",
                    "drivers",
                    "me",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"currentPassword\": \"{{currentPassword}}\",\n  \"newPassword\": \"{{newPassword}}\",\n  \"confirmPassword\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "be994acf-ddfc-42d0-95c3-868b3206c5d3",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "driver",
                        "drivers",
                        "me",
                        "change-password"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"currentPassword\": \"{{currentPassword}}\",\n  \"newPassword\": \"{{newPassword}}\",\n  \"confirmPassword\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ]
    },
    {
      "name": "Admin",
      "item": [
        {
          "id": "2a531427-021d-4c95-98cf-6de172a1e553",
          "name": "Admin Ads",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "4424a6c4-8e23-4cce-a9d2-166828fec455",
              "name": "Create an advertisement",
              "request": {
                "name": "Create an advertisement",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "ads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "title",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "status",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required)  (This can only be one of DRAFT,PUBLISHED,ENDED)"
                    },
                    {
                      "key": "startDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "image",
                      "type": "file",
                      "description": "(Required) "
                    },
                    {
                      "key": "description",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "linkUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "endDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "c0b3e9eb-4314-422f-bd8c-08184ca47b49",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "ads"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "title",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required)  (This can only be one of DRAFT,PUBLISHED,ENDED)",
                            "type": "text/plain"
                          },
                          "key": "status",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "startDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "image",
                          "value": "<binary>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "description",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "linkUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "endDate",
                          "value": "<dateTime>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"0cc8145c-4619-42ba-81c1-2341d0df8a65\",\n  \"title\": \"string\",\n  \"imagePath\": \"string\",\n  \"status\": \"DRAFT\",\n  \"startDate\": \"1995-10-28T09:08:23.713Z\",\n  \"endDate\": \"1996-01-03T21:43:43.517Z\",\n  \"createdAt\": \"1951-04-05T21:18:29.459Z\",\n  \"updatedAt\": \"1983-01-10T05:00:41.181Z\",\n  \"description\": {},\n  \"linkUrl\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7b1bcfa4-27cd-4c43-ac35-3259e69349b9",
              "name": "List advertisements",
              "request": {
                "name": "List advertisements",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "ads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "startDateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "startDateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "2c63b0c7-9ef6-4ba2-b6b4-989c38672d36",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "ads"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        },
                        {
                          "key": "startDateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "startDateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"ads\": [\n    {\n      \"id\": \"264174bd-cc99-0b37-45b9-4c5022f858a4\",\n      \"title\": \"string\",\n      \"imagePath\": \"string\",\n      \"status\": \"DRAFT\",\n      \"startDate\": \"2022-05-15T10:13:05.800Z\",\n      \"endDate\": \"1998-05-11T10:39:30.287Z\",\n      \"createdAt\": \"1949-05-24T13:22:06.631Z\",\n      \"updatedAt\": \"2010-09-18T01:20:21.603Z\",\n      \"description\": {},\n      \"linkUrl\": {}\n    },\n    {\n      \"id\": \"373414f1-268a-422d-cbee-c028b0807800\",\n      \"title\": \"string\",\n      \"imagePath\": \"string\",\n      \"status\": \"DRAFT\",\n      \"startDate\": \"2000-05-21T18:51:32.085Z\",\n      \"endDate\": \"1952-05-07T09:52:42.970Z\",\n      \"createdAt\": \"1983-02-07T15:42:51.469Z\",\n      \"updatedAt\": \"1969-07-31T07:34:20.832Z\",\n      \"description\": {},\n      \"linkUrl\": {}\n    }\n  ],\n  \"page\": 3076.9694539163274,\n  \"pageSize\": 2303.5365426447374,\n  \"total\": 5432.431772004637\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "11cb2cc8-5b96-479d-b739-c3494f9a3885",
              "name": "Get one advertisement",
              "request": {
                "name": "Get one advertisement",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "ads",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "9db38c81-fd2a-49fc-9578-d8e7392928ee",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "ads",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"ad\": {\n    \"id\": \"8877d6ac-a8db-3199-b40c-0ac4d50673ed\",\n    \"title\": \"string\",\n    \"imagePath\": \"string\",\n    \"status\": \"PUBLISHED\",\n    \"startDate\": \"1999-12-22T16:31:14.044Z\",\n    \"endDate\": \"1948-03-28T01:00:38.032Z\",\n    \"createdAt\": \"2022-12-24T12:43:48.252Z\",\n    \"updatedAt\": \"2021-08-09T17:54:40.748Z\",\n    \"description\": {},\n    \"linkUrl\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0c22e3e3-9c21-4270-aa9c-35c076e972d6",
              "name": "Update an advertisement",
              "request": {
                "name": "Update an advertisement",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "ads",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "title",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "description",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "linkUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "status",
                      "value": "<string>",
                      "type": "text",
                      "description": " (This can only be one of DRAFT,PUBLISHED,ENDED)"
                    },
                    {
                      "key": "startDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "endDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteImage",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "image",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "f9d7b586-5a64-4d52-9bcf-7bdbd43a1402",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "ads",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "title",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "description",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "linkUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": " (This can only be one of DRAFT,PUBLISHED,ENDED)",
                            "type": "text/plain"
                          },
                          "key": "status",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "startDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "endDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteImage",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "image",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"0cc8145c-4619-42ba-81c1-2341d0df8a65\",\n  \"title\": \"string\",\n  \"imagePath\": \"string\",\n  \"status\": \"DRAFT\",\n  \"startDate\": \"1995-10-28T09:08:23.713Z\",\n  \"endDate\": \"1996-01-03T21:43:43.517Z\",\n  \"createdAt\": \"1951-04-05T21:18:29.459Z\",\n  \"updatedAt\": \"1983-01-10T05:00:41.181Z\",\n  \"description\": {},\n  \"linkUrl\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "61e443f2-23fc-41d3-96a7-2f8f05f3245d",
              "name": "Delete an advertisement",
              "request": {
                "name": "Delete an advertisement",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "ads",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "bf2a2d54-7696-40e6-8e83-3c60b738c900",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "ads",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "bb68463e-32c1-4b2f-b07f-1e5702e51b7a",
          "name": "Admin Auth",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "131efdc9-61d4-4714-a4db-ebf5bb61fd99",
              "name": "Sign in with admin email and password",
              "request": {
                "name": "Sign in with admin email and password",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "auth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"{{email}}\",\n  \"password\": \"{{password}}\",\n  \"rememberMe\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "1dc1dc1b-5224-474d-96bb-dc8d7336bb48",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "auth",
                        "login"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"email\": \"{{email}}\",\n  \"password\": \"{{password}}\",\n  \"rememberMe\": false\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"accessToken\": \"string\",\n  \"accessTokenExpiresAt\": \"1946-12-29T18:17:17.167Z\",\n  \"admin\": {\n    \"createdAt\": \"1977-11-06T15:43:53.143Z\",\n    \"email\": \"6Ig1DqmtUQhlb4@SHmRWVtNFyeWNjrvMC.yl\",\n    \"firstLoginAt\": \"1955-07-14T19:45:20.705Z\",\n    \"fullName\": \"string\",\n    \"id\": \"682f13f2-3a5c-0940-a20d-0635a333c62e\",\n    \"role\": {\n      \"createdAt\": \"1977-08-10T12:49:14.012Z\",\n      \"id\": \"8b2cb3c4-da49-ff11-8d5e-3aef9dff2236\",\n      \"isSystem\": true,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"NOTIFICATIONS_DELETE\",\n        \"NOTIFICATIONS_CREATE\"\n      ],\n      \"updatedAt\": \"1958-02-05T14:42:36.079Z\",\n      \"description\": {}\n    },\n    \"joiningStatus\": \"JOINED\",\n    \"invitedAt\": \"2001-12-13T20:33:03.896Z\",\n    \"invitationSentCount\": 5961.7297886043725,\n    \"lastLoginAt\": \"1956-01-11T15:29:55.471Z\",\n    \"phoneNumber\": \"string\",\n    \"status\": \"SUSPENDED\",\n    \"updatedAt\": \"2008-07-29T22:39:43.999Z\",\n    \"deletedAt\": {},\n    \"profileImagePath\": {}\n  },\n  \"refreshToken\": \"string\",\n  \"session\": {\n    \"createdAt\": \"1979-01-25T06:24:21.569Z\",\n    \"deviceInfo\": \"Desktop Chrome\",\n    \"expiresAt\": \"1978-06-10T02:40:19.614Z\",\n    \"id\": \"52c424cc-85ef-0c25-e153-b5a7975790dd\",\n    \"ipAddress\": \"203.0.113.42\",\n    \"rememberMe\": false,\n    \"revokedAt\": \"1951-07-06T02:09:05.436Z\",\n    \"userAgent\": \"Mozilla/5.0\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f441f7b5-e17b-4be2-8efa-7e2f63434a79",
              "name": "Rotate the admin refresh token and access token",
              "request": {
                "name": "Rotate the admin refresh token and access token",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"refreshToken\": \"{{refreshToken}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ad2b5e8b-3048-4ff9-a441-8e67c81e606f",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "auth",
                        "refresh"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"refreshToken\": \"{{refreshToken}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"accessToken\": \"string\",\n  \"accessTokenExpiresAt\": \"1946-12-29T18:17:17.167Z\",\n  \"admin\": {\n    \"createdAt\": \"1977-11-06T15:43:53.143Z\",\n    \"email\": \"6Ig1DqmtUQhlb4@SHmRWVtNFyeWNjrvMC.yl\",\n    \"firstLoginAt\": \"1955-07-14T19:45:20.705Z\",\n    \"fullName\": \"string\",\n    \"id\": \"682f13f2-3a5c-0940-a20d-0635a333c62e\",\n    \"role\": {\n      \"createdAt\": \"1977-08-10T12:49:14.012Z\",\n      \"id\": \"8b2cb3c4-da49-ff11-8d5e-3aef9dff2236\",\n      \"isSystem\": true,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"NOTIFICATIONS_DELETE\",\n        \"NOTIFICATIONS_CREATE\"\n      ],\n      \"updatedAt\": \"1958-02-05T14:42:36.079Z\",\n      \"description\": {}\n    },\n    \"joiningStatus\": \"JOINED\",\n    \"invitedAt\": \"2001-12-13T20:33:03.896Z\",\n    \"invitationSentCount\": 5961.7297886043725,\n    \"lastLoginAt\": \"1956-01-11T15:29:55.471Z\",\n    \"phoneNumber\": \"string\",\n    \"status\": \"SUSPENDED\",\n    \"updatedAt\": \"2008-07-29T22:39:43.999Z\",\n    \"deletedAt\": {},\n    \"profileImagePath\": {}\n  },\n  \"refreshToken\": \"string\",\n  \"session\": {\n    \"createdAt\": \"1979-01-25T06:24:21.569Z\",\n    \"deviceInfo\": \"Desktop Chrome\",\n    \"expiresAt\": \"1978-06-10T02:40:19.614Z\",\n    \"id\": \"52c424cc-85ef-0c25-e153-b5a7975790dd\",\n    \"ipAddress\": \"203.0.113.42\",\n    \"rememberMe\": false,\n    \"revokedAt\": \"1951-07-06T02:09:05.436Z\",\n    \"userAgent\": \"Mozilla/5.0\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "db117702-47a2-48a2-bef8-f9896294d932",
              "name": "Send a forgot-password email OTP to an admin",
              "request": {
                "name": "Send a forgot-password email OTP to an admin",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "auth",
                    "forgot-password",
                    "request-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"{{email}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "77aaf3ad-0568-4733-83c6-2e1d4106c7ac",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "auth",
                        "forgot-password",
                        "request-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"email\": \"{{email}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "18c1a9fd-78ca-4c5e-8d03-de5ca7bd081b",
              "name": "Verify the admin email OTP and issue a reset token",
              "request": {
                "name": "Verify the admin email OTP and issue a reset token",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "auth",
                    "forgot-password",
                    "verify-otp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email\": \"{{email}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "3f2b62cd-2f0d-4108-aa3a-e6a829ad0d47",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "auth",
                        "forgot-password",
                        "verify-otp"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"email\": \"{{email}}\",\n  \"otpCode\": \"{{otpCode}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"expiresAt\": \"1947-12-15T12:02:17.637Z\",\n  \"resetToken\": \"string\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "217ace9c-1af1-49e7-8539-3cb997b5a034",
              "name": "Reset the admin password with a verified reset token",
              "request": {
                "name": "Reset the admin password with a verified reset token",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "auth",
                    "forgot-password",
                    "reset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": null,
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"confirmPassword\": \"<string>\",\n  \"newPassword\": \"{{newPassword}}\",\n  \"resetToken\": \"{{resetToken}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8b56e16a-f7c0-4152-8ddb-8d4591bf91fd",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "auth",
                        "forgot-password",
                        "reset"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"confirmPassword\": \"<string>\",\n  \"newPassword\": \"{{newPassword}}\",\n  \"resetToken\": \"{{resetToken}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "825a1349-0b3d-45b8-b408-f866862d471a",
              "name": "Log out the current admin session",
              "request": {
                "name": "Log out the current admin session",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "auth",
                    "logout"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "808b5b61-0268-4e99-8582-1b2c4ad77f3d",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "auth",
                        "logout"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5e3e5444-a976-4c36-a012-09c24e540deb",
              "name": "Get the current admin profile",
              "request": {
                "name": "Get the current admin profile",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "06f1c931-915d-4020-a3f2-d4f13b593aa6",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"admin\": {\n    \"createdAt\": \"2000-02-17T08:44:04.658Z\",\n    \"email\": \"3KZ8WVdeGHeucx@osKc.jrh\",\n    \"firstLoginAt\": \"2001-10-08T20:05:28.805Z\",\n    \"fullName\": \"string\",\n    \"id\": \"222aee02-817f-6ace-a5d8-ff018c944b12\",\n    \"role\": {\n      \"createdAt\": \"1976-06-26T18:55:30.283Z\",\n      \"id\": \"7272aefb-6a72-a444-6298-353c70527fec\",\n      \"isSystem\": false,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"FAMILIES_READ\",\n        \"DRIVERS_CREATE\"\n      ],\n      \"updatedAt\": \"1959-07-05T02:46:13.196Z\",\n      \"description\": {}\n    },\n    \"joiningStatus\": \"JOINED\",\n    \"invitedAt\": \"1984-02-03T05:45:01.483Z\",\n    \"invitationSentCount\": 8871.91706923233,\n    \"lastLoginAt\": \"1953-07-12T21:36:25.549Z\",\n    \"phoneNumber\": \"string\",\n    \"status\": \"SUSPENDED\",\n    \"updatedAt\": \"1981-09-08T13:50:14.370Z\",\n    \"deletedAt\": {},\n    \"profileImagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0ff5ef40-f2a3-4e05-ad4d-3f352afbdde5",
              "name": "Update the current admin profile",
              "request": {
                "name": "Update the current admin profile",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteProfileImage",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "profileImage",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "24961783-84a4-40ff-b41c-0d6b410c1a1b",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "me"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteProfileImage",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "profileImage",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"admin\": {\n    \"createdAt\": \"2000-02-17T08:44:04.658Z\",\n    \"email\": \"3KZ8WVdeGHeucx@osKc.jrh\",\n    \"firstLoginAt\": \"2001-10-08T20:05:28.805Z\",\n    \"fullName\": \"string\",\n    \"id\": \"222aee02-817f-6ace-a5d8-ff018c944b12\",\n    \"role\": {\n      \"createdAt\": \"1976-06-26T18:55:30.283Z\",\n      \"id\": \"7272aefb-6a72-a444-6298-353c70527fec\",\n      \"isSystem\": false,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"FAMILIES_READ\",\n        \"DRIVERS_CREATE\"\n      ],\n      \"updatedAt\": \"1959-07-05T02:46:13.196Z\",\n      \"description\": {}\n    },\n    \"joiningStatus\": \"JOINED\",\n    \"invitedAt\": \"1984-02-03T05:45:01.483Z\",\n    \"invitationSentCount\": 8871.91706923233,\n    \"lastLoginAt\": \"1953-07-12T21:36:25.549Z\",\n    \"phoneNumber\": \"string\",\n    \"status\": \"SUSPENDED\",\n    \"updatedAt\": \"1981-09-08T13:50:14.370Z\",\n    \"deletedAt\": {},\n    \"profileImagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "99eccc21-d6fc-40e4-8177-27967bb6777a",
              "name": "Change the current admin password",
              "request": {
                "name": "Change the current admin password",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    "me",
                    "change-password"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"confirmPassword\": \"<string>\",\n  \"currentPassword\": \"{{currentPassword}}\",\n  \"newPassword\": \"{{newPassword}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ff8ad3ab-b528-4b7c-9299-0a8f54231431",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        "me",
                        "change-password"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"confirmPassword\": \"<string>\",\n  \"currentPassword\": \"{{currentPassword}}\",\n  \"newPassword\": \"{{newPassword}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "f7fd79e0-a159-434f-8fa8-c09be695436d",
          "name": "Admin Roles",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "bff0530e-0815-4d69-93c3-7fc5712a0df6",
              "name": "List all available admin permissions",
              "request": {
                "name": "List all available admin permissions",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admin-roles",
                    "permissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "39480c4a-3feb-47a8-81b6-6987f978be95",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admin-roles",
                        "permissions"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"all\": [\n    \"ROLES_DELETE\",\n    \"FAMILIES_UPDATE\"\n  ],\n  \"groups\": [\n    {\n      \"resource\": \"string\",\n      \"permissions\": [\n        \"ROLES_UPDATE\",\n        \"FAMILIES_UPDATE\"\n      ]\n    },\n    {\n      \"resource\": \"string\",\n      \"permissions\": [\n        \"CAMPAIGNS_CREATE\",\n        \"ROLES_READ\"\n      ]\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f365cdb4-797a-43ef-93b0-7c22ea84b921",
              "name": "Create an admin role",
              "request": {
                "name": "Create an admin role",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admin-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"nameAr\": \"<string>\",\n  \"nameEn\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "238c31d9-f277-4868-b39b-653b7b76f277",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admin-roles"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"nameAr\": \"<string>\",\n  \"nameEn\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"createdAt\": \"2017-07-27T16:34:34.843Z\",\n  \"id\": \"502f80de-9cc2-5c67-b68b-2301eba08e2f\",\n  \"isSystem\": false,\n  \"name\": \"string\",\n  \"nameAr\": \"string\",\n  \"nameEn\": \"string\",\n  \"permissions\": [\n    \"DRIVERS_CREATE\",\n    \"DONATIONS_UPDATE\"\n  ],\n  \"updatedAt\": \"2009-06-21T02:24:45.203Z\",\n  \"description\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b257651f-7296-49cb-9aa8-67dcf47dbe77",
              "name": "List admin roles",
              "request": {
                "name": "List admin roles",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admin-roles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "3a638bcc-a7c3-4ac3-becc-8808c1087972",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admin-roles"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"page\": 8675.892167808757,\n  \"pageSize\": 8881.306689782856,\n  \"roles\": [\n    {\n      \"createdAt\": \"1960-09-01T06:59:58.601Z\",\n      \"id\": \"b3853aa3-5b7c-3f0c-78ba-d3d73092bd54\",\n      \"isSystem\": false,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"ROLES_UPDATE\",\n        \"CAMPAIGN_CATEGORIES_UPDATE\"\n      ],\n      \"updatedAt\": \"2008-01-01T23:56:36.621Z\",\n      \"description\": {}\n    },\n    {\n      \"createdAt\": \"1963-01-10T14:41:53.882Z\",\n      \"id\": \"57699850-ef63-aaca-3521-e23ef9f11e18\",\n      \"isSystem\": false,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"NOTIFICATIONS_DELETE\",\n        \"VOLUNTEERS_READ\"\n      ],\n      \"updatedAt\": \"1973-09-10T07:50:50.805Z\",\n      \"description\": {}\n    }\n  ],\n  \"total\": 2951.536270102022\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "00335163-503a-4943-af2d-a9b2d812fce5",
              "name": "Get one admin role",
              "request": {
                "name": "Get one admin role",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admin-roles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5f3b6a11-4b2a-4fd0-8013-1e9e3acc230b",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admin-roles",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"createdAt\": \"2017-07-27T16:34:34.843Z\",\n  \"id\": \"502f80de-9cc2-5c67-b68b-2301eba08e2f\",\n  \"isSystem\": false,\n  \"name\": \"string\",\n  \"nameAr\": \"string\",\n  \"nameEn\": \"string\",\n  \"permissions\": [\n    \"DRIVERS_CREATE\",\n    \"DONATIONS_UPDATE\"\n  ],\n  \"updatedAt\": \"2009-06-21T02:24:45.203Z\",\n  \"description\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "0f438dbf-7f7f-4395-a4ca-dd4cd5d36797",
              "name": "Update an admin role",
              "request": {
                "name": "Update an admin role",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admin-roles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"nameAr\": \"<string>\",\n  \"nameEn\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "1c9892b5-449c-4e17-ac97-638b51316d2e",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admin-roles",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"nameAr\": \"<string>\",\n  \"nameEn\": \"<string>\",\n  \"permissions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"createdAt\": \"2017-07-27T16:34:34.843Z\",\n  \"id\": \"502f80de-9cc2-5c67-b68b-2301eba08e2f\",\n  \"isSystem\": false,\n  \"name\": \"string\",\n  \"nameAr\": \"string\",\n  \"nameEn\": \"string\",\n  \"permissions\": [\n    \"DRIVERS_CREATE\",\n    \"DONATIONS_UPDATE\"\n  ],\n  \"updatedAt\": \"2009-06-21T02:24:45.203Z\",\n  \"description\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "db6c3a33-9e20-4d52-a45c-3c63f792b1ba",
              "name": "Delete an admin role",
              "request": {
                "name": "Delete an admin role",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admin-roles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "a553c495-2081-45c1-9139-4805bc557137",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admin-roles",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "16719cf0-d9e5-42aa-828b-29906c64fd2e",
          "name": "Admin Management",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "549ba4a3-b87e-4df9-a9d7-8b9f9940d991",
              "name": "Create an admin account",
              "request": {
                "name": "Create an admin account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "email",
                      "value": "{{email}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "password",
                      "value": "{{password}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "roleId",
                      "value": "<uuid>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "profileImage",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "b004200d-c8e7-4824-b481-5ca2337fe647",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "email",
                          "value": "{{email}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "password",
                          "value": "{{password}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "roleId",
                          "value": "<uuid>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "profileImage",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"createdAt\": \"2017-01-19T05:26:46.181Z\",\n  \"email\": \"PLgLK@hgPnadDujsFgPJzFHqOqfppSZCBT.dj\",\n  \"firstLoginAt\": \"1991-12-31T11:37:15.753Z\",\n  \"fullName\": \"string\",\n  \"id\": \"590973ba-d9df-6d0b-ce32-801a0bc4e27c\",\n  \"role\": {\n    \"createdAt\": \"2019-04-25T17:28:49.222Z\",\n    \"id\": \"2cf3b22b-10ec-1a4d-4205-8bf0e7fd94d6\",\n    \"isSystem\": false,\n    \"name\": \"string\",\n    \"nameAr\": \"string\",\n    \"nameEn\": \"string\",\n    \"permissions\": [\n      \"ROLES_UPDATE\",\n      \"FAMILY_REQUESTS_READ\"\n    ],\n    \"updatedAt\": \"1989-03-20T22:17:05.094Z\",\n    \"description\": {}\n  },\n  \"joiningStatus\": \"JOINED\",\n  \"invitedAt\": \"1998-04-11T02:13:40.663Z\",\n  \"invitationSentCount\": 2662.8973789529796,\n  \"lastLoginAt\": \"1979-01-17T18:47:37.539Z\",\n  \"phoneNumber\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"updatedAt\": \"1948-09-03T23:41:39.999Z\",\n  \"deletedAt\": {},\n  \"profileImagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1233e049-ee83-466a-8f8c-00c78ef3039f",
              "name": "List admin accounts",
              "request": {
                "name": "List admin accounts",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "joiningStatus",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5812e437-8acf-4e07-a0c2-383fd29bfa7f",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "joiningStatus",
                          "value": "<string>"
                        },
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"admins\": [\n    {\n      \"createdAt\": \"2025-02-08T03:23:55.637Z\",\n      \"email\": \"k8JuI3pT@ilVThmycInFQlayzvGi.do\",\n      \"firstLoginAt\": \"1948-09-21T03:43:47.145Z\",\n      \"fullName\": \"string\",\n      \"id\": \"c183ff93-e221-5a41-8e80-c546eeacdcae\",\n      \"role\": {\n        \"createdAt\": \"2005-06-08T15:37:22.927Z\",\n        \"id\": \"4b85de98-4be1-1ddc-8f41-1b8d787fdf73\",\n        \"isSystem\": false,\n        \"name\": \"string\",\n        \"nameAr\": \"string\",\n        \"nameEn\": \"string\",\n        \"permissions\": [\n          \"VOLUNTEERS_DELETE\",\n          \"ADMINS_READ\"\n        ],\n        \"updatedAt\": \"2016-11-22T14:42:30.919Z\",\n        \"description\": {}\n      },\n      \"joiningStatus\": \"JOINED\",\n      \"invitedAt\": \"1974-07-23T15:04:03.756Z\",\n      \"invitationSentCount\": 2907.04375643813,\n      \"lastLoginAt\": \"1988-01-09T07:14:21.136Z\",\n      \"phoneNumber\": \"string\",\n      \"status\": \"ACTIVE\",\n      \"updatedAt\": \"1994-12-25T01:44:41.617Z\",\n      \"deletedAt\": {},\n      \"profileImagePath\": {}\n    },\n    {\n      \"createdAt\": \"1951-06-08T20:11:46.242Z\",\n      \"email\": \"h2Wk@JBipQaZrNCVTvz.ptt\",\n      \"firstLoginAt\": \"1976-03-14T10:21:51.344Z\",\n      \"fullName\": \"string\",\n      \"id\": \"49be63bf-df18-7a92-2747-a81aaf01649e\",\n      \"role\": {\n        \"createdAt\": \"1992-08-28T04:36:36.710Z\",\n        \"id\": \"9146b1da-59c6-95c4-8989-99c9f2d5ec43\",\n        \"isSystem\": true,\n        \"name\": \"string\",\n        \"nameAr\": \"string\",\n        \"nameEn\": \"string\",\n        \"permissions\": [\n          \"SETTINGS_DELETE\",\n          \"VOLUNTEERS_DELETE\"\n        ],\n        \"updatedAt\": \"2025-12-15T23:20:52.933Z\",\n        \"description\": {}\n      },\n      \"joiningStatus\": \"JOINED\",\n      \"invitedAt\": \"2001-10-18T11:02:12.284Z\",\n      \"invitationSentCount\": 3602.703251729784,\n      \"lastLoginAt\": \"2021-07-15T20:51:18.093Z\",\n      \"phoneNumber\": \"string\",\n      \"status\": \"ACTIVE\",\n      \"updatedAt\": \"2018-10-26T14:29:30.814Z\",\n      \"deletedAt\": {},\n      \"profileImagePath\": {}\n    }\n  ],\n  \"page\": 1967.8757226437926,\n  \"pageSize\": 980.7605110761375,\n  \"total\": 6395.464917761038\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d479a1a2-475f-40d3-9ec4-99af020f191f",
              "name": "Get one admin account",
              "request": {
                "name": "Get one admin account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "2f86327e-1103-498c-8fa5-adc6a75c5b1c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"admin\": {\n    \"createdAt\": \"2000-02-17T08:44:04.658Z\",\n    \"email\": \"3KZ8WVdeGHeucx@osKc.jrh\",\n    \"firstLoginAt\": \"2001-10-08T20:05:28.805Z\",\n    \"fullName\": \"string\",\n    \"id\": \"222aee02-817f-6ace-a5d8-ff018c944b12\",\n    \"role\": {\n      \"createdAt\": \"1976-06-26T18:55:30.283Z\",\n      \"id\": \"7272aefb-6a72-a444-6298-353c70527fec\",\n      \"isSystem\": false,\n      \"name\": \"string\",\n      \"nameAr\": \"string\",\n      \"nameEn\": \"string\",\n      \"permissions\": [\n        \"FAMILIES_READ\",\n        \"DRIVERS_CREATE\"\n      ],\n      \"updatedAt\": \"1959-07-05T02:46:13.196Z\",\n      \"description\": {}\n    },\n    \"joiningStatus\": \"JOINED\",\n    \"invitedAt\": \"1984-02-03T05:45:01.483Z\",\n    \"invitationSentCount\": 8871.91706923233,\n    \"lastLoginAt\": \"1953-07-12T21:36:25.549Z\",\n    \"phoneNumber\": \"string\",\n    \"status\": \"SUSPENDED\",\n    \"updatedAt\": \"1981-09-08T13:50:14.370Z\",\n    \"deletedAt\": {},\n    \"profileImagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "366fc016-f24c-4ab2-bd44-43d08bbb9f31",
              "name": "Update an admin account",
              "request": {
                "name": "Update an admin account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "email",
                      "value": "{{email}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "roleId",
                      "value": "<uuid>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteProfileImage",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "profileImage",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "fa50cd0f-d2b3-48fe-b4ac-7e2d6e172c5a",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "email",
                          "value": "{{email}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "roleId",
                          "value": "<uuid>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteProfileImage",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "profileImage",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"createdAt\": \"2021-11-11T12:27:54.927Z\",\n  \"email\": \"1slWHpcJ7RqN9DY@SurDvaHOzEsXRqEzKPsazvtm.vni\",\n  \"firstLoginAt\": \"1953-07-31T00:34:42.844Z\",\n  \"fullName\": \"string\",\n  \"id\": \"c8b8cf2d-5756-47fd-31d8-e6f67b371052\",\n  \"role\": {\n    \"createdAt\": \"2018-10-13T13:54:17.498Z\",\n    \"id\": \"50d731ac-9cdc-3a0c-3a2e-5a29fc85f21d\",\n    \"isSystem\": true,\n    \"name\": \"string\",\n    \"nameAr\": \"string\",\n    \"nameEn\": \"string\",\n    \"permissions\": [\n      \"CAMPAIGN_CATEGORIES_UPDATE\",\n      \"VOLUNTEERS_UPDATE\"\n    ],\n    \"updatedAt\": \"1999-08-12T13:54:05.483Z\",\n    \"description\": {}\n  },\n  \"joiningStatus\": \"JOINED\",\n  \"invitedAt\": \"1975-10-07T13:30:43.724Z\",\n  \"invitationSentCount\": 9278.650733875538,\n  \"lastLoginAt\": \"2017-06-28T22:28:27.948Z\",\n  \"phoneNumber\": \"string\",\n  \"status\": \"SUSPENDED\",\n  \"updatedAt\": \"1965-06-16T07:20:19.769Z\",\n  \"deletedAt\": {},\n  \"profileImagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c9e3f8e9-ff64-451b-af91-11cec584ad9b",
              "name": "Delete an admin account",
              "request": {
                "name": "Delete an admin account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "794be118-1c51-47b9-b310-a32d866c4f90",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "90b5ca8a-1b5b-463c-b793-0fce2bbfa973",
              "name": "Suspend an admin account",
              "request": {
                "name": "Suspend an admin account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    ":id",
                    "suspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "d539c4ef-d043-4ad4-8966-a2ebca72d505",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        ":id",
                        "suspend"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9fa87ad8-6d5d-4889-bc99-41524058618e",
              "name": "Activate an admin account",
              "request": {
                "name": "Activate an admin account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    ":id",
                    "activate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "53546c04-6e29-4da6-b962-14a7e141036a",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        ":id",
                        "activate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "792e4cbe-1b0c-4950-9f8d-4003ba3f1d14",
              "name": "Resend admin invitation credentials",
              "request": {
                "name": "Resend admin invitation credentials",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "admins",
                    ":id",
                    "resend-invitation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5b4e6591-83c8-416e-9c8b-fbfaee95deda",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "admins",
                        ":id",
                        "resend-invitation"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "b159f7e8-b99e-4cce-9c14-5497267076f6",
          "name": "Admin Campaign Categories",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "dab6370f-fb5f-4f6a-92c0-0663a9774ccf",
              "name": "Create a campaign category",
              "request": {
                "name": "Create a campaign category",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaign-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "name",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "icon",
                      "type": "file",
                      "description": "(Required) "
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "da4d6152-1d1f-4a32-8b65-11cf666e1063",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaign-categories"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "icon",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"1f726933-20ea-c519-69e7-63d86ceb119c\",\n  \"iconPath\": \"string\",\n  \"name\": \"string\",\n  \"campaignsCount\": 993.1291577410084,\n  \"createdAt\": \"1986-04-20T13:30:36.849Z\",\n  \"updatedAt\": \"1998-03-31T12:02:19.774Z\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "926b89b3-1c10-4d2b-ab45-23ab334d5833",
              "name": "List campaign categories",
              "request": {
                "name": "List campaign categories",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaign-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "db2953d9-7048-46a9-b17c-9e9da53ee2de",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaign-categories"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"categories\": [\n    {\n      \"id\": \"bc212e17-2f98-f36f-8270-9416758a84a9\",\n      \"iconPath\": \"string\",\n      \"name\": \"string\",\n      \"campaignsCount\": 2347.607954023498,\n      \"createdAt\": \"1986-08-07T21:05:29.281Z\",\n      \"updatedAt\": \"1960-06-04T00:22:09.295Z\"\n    },\n    {\n      \"id\": \"71ce0971-5f8e-5858-aee0-c6228d0c6c2f\",\n      \"iconPath\": \"string\",\n      \"name\": \"string\",\n      \"campaignsCount\": 327.82159198010197,\n      \"createdAt\": \"2007-12-21T23:18:23.463Z\",\n      \"updatedAt\": \"1977-03-26T05:46:09.017Z\"\n    }\n  ],\n  \"page\": 2174.9110401641938,\n  \"pageSize\": 5700.518039808841,\n  \"total\": 2892.929878966337\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "92b7c1db-d15b-46cb-8c50-6ee4329f1ebf",
              "name": "Get one campaign category",
              "request": {
                "name": "Get one campaign category",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaign-categories",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "59e93f52-5525-4b82-86d8-bfe32e9ff392",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaign-categories",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"category\": {\n    \"id\": \"bbafe938-72a3-789d-2449-c759923cc5e0\",\n    \"iconPath\": \"string\",\n    \"name\": \"string\",\n    \"campaignsCount\": 8429.665482446691,\n    \"createdAt\": \"1969-08-15T19:33:12.662Z\",\n    \"updatedAt\": \"1948-10-11T17:42:53.878Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "be136e05-01bc-4507-823e-ee3eafe437ab",
              "name": "Update a campaign category",
              "request": {
                "name": "Update a campaign category",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaign-categories",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "name",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "icon",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "dbefde46-cd8f-4216-a017-0b8afd99090e",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaign-categories",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "name",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "icon",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"1f726933-20ea-c519-69e7-63d86ceb119c\",\n  \"iconPath\": \"string\",\n  \"name\": \"string\",\n  \"campaignsCount\": 993.1291577410084,\n  \"createdAt\": \"1986-04-20T13:30:36.849Z\",\n  \"updatedAt\": \"1998-03-31T12:02:19.774Z\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "fa756e90-a0cd-47eb-90cb-ad6fa79ef5b8",
              "name": "Delete a campaign category",
              "request": {
                "name": "Delete a campaign category",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaign-categories",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "3efa1748-4808-48d2-8df3-498f30eb3391",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaign-categories",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "70317947-8de5-49a6-8415-6634f00b1103",
          "name": "Admin Campaign Management",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "362d0645-0fca-4113-b709-905f6cfcb88f",
              "name": "Create a campaign",
              "request": {
                "name": "Create a campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "categoryId",
                      "value": "<uuid>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "creationStatus",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required)  (This can only be one of DRAFT,PUBLISHED)"
                    },
                    {
                      "key": "description",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "donationTarget",
                      "value": "<number>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "startDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "title",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "endDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "image",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "37b3a0e0-bbc5-4c2b-a6c5-3d57d42608c1",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "categoryId",
                          "value": "<uuid>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required)  (This can only be one of DRAFT,PUBLISHED)",
                            "type": "text/plain"
                          },
                          "key": "creationStatus",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "description",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "donationTarget",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "startDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "title",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "endDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "image",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ff16c640-e42a-49fe-9b72-4255a5151164",
              "name": "List campaigns",
              "request": {
                "name": "List campaigns",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "categoryId",
                      "value": "<uuid>"
                    },
                    {
                      "disabled": false,
                      "key": "endDate",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "startDate",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "tillTargetReached",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "78fc5637-2afc-4a03-af2b-d78ccd899e33",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "categoryId",
                          "value": "<uuid>"
                        },
                        {
                          "key": "endDate",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "startDate",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        },
                        {
                          "key": "tillTargetReached",
                          "value": "<boolean>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"campaigns\": [\n    {\n      \"id\": \"8ff8d2a3-9d23-a153-0617-74e9e27e3808\",\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"category\": {\n        \"id\": \"1bc026f9-8ccd-4e4a-37f2-a5b4b6e580ba\",\n        \"name\": \"string\",\n        \"iconPath\": \"string\"\n      },\n      \"donationTarget\": 5308.384452216501,\n      \"collectedAmount\": 363.91370181695584,\n      \"remainingAmount\": 3660.8407126358024,\n      \"donorsCount\": 9342.735617794253,\n      \"averageDonation\": 3673.9377084635726,\n      \"percentageAchieved\": 5502.72168139653,\n      \"startDate\": \"1999-05-19T18:38:15.807Z\",\n      \"endDate\": \"2015-09-17T21:24:44.561Z\",\n      \"creationStatus\": \"DRAFT\",\n      \"status\": \"ENDED\",\n      \"isExpanded\": true,\n      \"expandedAt\": \"2025-10-31T00:05:22.621Z\",\n      \"previousEndDate\": \"1969-11-17T17:12:16.754Z\",\n      \"createdAt\": \"1957-11-27T05:54:44.070Z\",\n      \"updatedAt\": \"1998-10-11T23:25:13.659Z\",\n      \"imagePath\": {}\n    },\n    {\n      \"id\": \"c3dd5aba-aa26-f4e8-e775-98ab0bd7c87e\",\n      \"title\": \"string\",\n      \"description\": \"string\",\n      \"category\": {\n        \"id\": \"0b14de4d-8fd8-c76e-813d-c0664eb9734f\",\n        \"name\": \"string\",\n        \"iconPath\": \"string\"\n      },\n      \"donationTarget\": 7576.26059981114,\n      \"collectedAmount\": 2624.860309943504,\n      \"remainingAmount\": 9294.84735864773,\n      \"donorsCount\": 7049.769003266772,\n      \"averageDonation\": 1632.875881670852,\n      \"percentageAchieved\": 5816.496471225992,\n      \"startDate\": \"1969-09-01T15:06:32.142Z\",\n      \"endDate\": \"2009-08-31T07:52:00.911Z\",\n      \"creationStatus\": \"PUBLISHED\",\n      \"status\": \"DRAFT\",\n      \"isExpanded\": false,\n      \"expandedAt\": \"1974-08-29T13:10:14.175Z\",\n      \"previousEndDate\": \"2023-08-27T22:55:18.975Z\",\n      \"createdAt\": \"1993-03-29T19:41:34.482Z\",\n      \"updatedAt\": \"1992-11-08T12:59:26.437Z\",\n      \"imagePath\": {}\n    }\n  ],\n  \"page\": 1644.5246168347128,\n  \"pageSize\": 5550.798508728174,\n  \"total\": 6084.950683217669\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "625bcb3d-fcfd-4a98-8683-3dc220cdf75c",
              "name": "Get one campaign",
              "request": {
                "name": "Get one campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "149ae4d2-f553-4b44-b5c3-af24b0d5cb40",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"campaign\": {\n    \"id\": \"6edc2c6e-fb5f-9b3f-6bda-ee7e033e2dab\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"category\": {\n      \"id\": \"03ad14dd-3c41-c380-d979-59bf6dd53e29\",\n      \"name\": \"string\",\n      \"iconPath\": \"string\"\n    },\n    \"donationTarget\": 3026.970917314753,\n    \"collectedAmount\": 8103.28063116537,\n    \"remainingAmount\": 4555.226282194413,\n    \"donorsCount\": 4764.5758859506395,\n    \"averageDonation\": 2985.959509970806,\n    \"percentageAchieved\": 9668.73162086976,\n    \"startDate\": \"1947-11-12T07:18:10.157Z\",\n    \"endDate\": \"1997-11-26T23:25:18.926Z\",\n    \"creationStatus\": \"DRAFT\",\n    \"status\": \"PUBLISHED\",\n    \"isExpanded\": false,\n    \"expandedAt\": \"1953-07-24T06:27:23.943Z\",\n    \"previousEndDate\": \"1955-03-16T05:15:16.717Z\",\n    \"createdAt\": \"1954-03-06T09:20:45.044Z\",\n    \"updatedAt\": \"1969-11-22T11:30:49.172Z\",\n    \"imagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "45fc7aa9-9fae-49f2-b33b-d2099fa90037",
              "name": "Update a campaign",
              "request": {
                "name": "Update a campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "categoryId",
                      "value": "<uuid>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteImage",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "description",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "donationTarget",
                      "value": "<number>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "endDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "image",
                      "type": "file",
                      "description": ""
                    },
                    {
                      "key": "startDate",
                      "value": "<dateTime>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "title",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "31c1d28c-77c3-4339-8780-08303186f712",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "categoryId",
                          "value": "<uuid>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteImage",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "description",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "donationTarget",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "endDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "image",
                          "value": "<binary>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "startDate",
                          "value": "<dateTime>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "title",
                          "value": "<string>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f3eb60d7-0c52-49c4-aee2-d2f5d3f0f1aa",
              "name": "Delete an ended or unfunded campaign",
              "request": {
                "name": "Delete an ended or unfunded campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "70a012d7-169f-41f7-a9e3-8e02d99bd24e",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1b6be0b4-9057-465a-a111-62a507a6b095",
              "name": "Publish a draft campaign",
              "request": {
                "name": "Publish a draft campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id",
                    "publish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "035e23ad-39bc-44d4-b849-9ff020121c99",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id",
                        "publish"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "49456441-7948-455a-942c-896750176348",
              "name": "Stop a published campaign",
              "request": {
                "name": "Stop a published campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id",
                    "stop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "8cdf8e73-ca8a-4644-ba6d-8b5c0d7a5cec",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id",
                        "stop"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "32f23861-5926-4e64-8569-e1adc7fc02b1",
              "name": "Continue a stopped campaign",
              "request": {
                "name": "Continue a stopped campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id",
                    "continue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "ba4c1a5b-55f8-4f37-840d-de145dd44205",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id",
                        "continue"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1894720b-577e-4a27-8c24-09486bb55ec4",
              "name": "End a campaign",
              "request": {
                "name": "End a campaign",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id",
                    "end"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "6c26811c-0698-446d-86f4-8d108db3cf90",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id",
                        "end"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7b5a6aea-056c-40e7-b3c2-a557a6a8be4a",
              "name": "Expand a campaign end date",
              "request": {
                "name": "Expand a campaign end date",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "campaigns",
                    ":id",
                    "expand"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"newEndDate\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "6906988a-b1d3-4259-a399-a2a0d4db7eab",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "campaigns",
                        ":id",
                        "expand"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"newEndDate\": \"2026-06-15T23:59:59.000Z\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"54a46553-7bb5-456f-9bf7-bb931fe9afbc\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"category\": {\n    \"id\": \"be8a2b82-528c-589b-dee3-010e51f1f1c4\",\n    \"name\": \"string\",\n    \"iconPath\": \"string\"\n  },\n  \"donationTarget\": 2852.4604777817885,\n  \"collectedAmount\": 566.5094176984576,\n  \"remainingAmount\": 7558.262085754021,\n  \"donorsCount\": 8892.75418725984,\n  \"averageDonation\": 3347.558767949548,\n  \"percentageAchieved\": 8978.160827291938,\n  \"startDate\": \"2017-10-31T22:12:25.112Z\",\n  \"endDate\": \"1947-03-11T13:33:04.418Z\",\n  \"creationStatus\": \"DRAFT\",\n  \"status\": \"DRAFT\",\n  \"isExpanded\": false,\n  \"expandedAt\": \"1960-08-27T22:20:49.908Z\",\n  \"previousEndDate\": \"2011-06-18T13:49:47.532Z\",\n  \"createdAt\": \"2009-07-08T23:24:54.234Z\",\n  \"updatedAt\": \"1983-12-25T02:43:16.012Z\",\n  \"imagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "640d86b9-629e-439c-bf26-18e1118ef59b",
          "name": "Admin Donor Management",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "aa43cda9-f085-4a30-9433-df4feae69b4c",
              "name": "List donor accounts",
              "request": {
                "name": "List donor accounts",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by donor full name, email, or phone number."
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "registrationDateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "registrationDateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "87cd95b0-c275-4b0e-8880-9a29fa8e9155",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donors"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        },
                        {
                          "key": "registrationDateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "registrationDateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donors\": [\n    {\n      \"accountStatus\": \"ACTIVE\",\n      \"createdAt\": \"2004-06-09T02:14:40.000Z\",\n      \"deletedAt\": \"2017-04-22T04:35:14.156Z\",\n      \"email\": \"donor@selsal.com\",\n      \"fullName\": \"Selsal Donor\",\n      \"id\": \"a8138c4e-77bd-bf0f-18e2-5ddbd55ad3f6\",\n      \"lastLoginAt\": \"2009-09-22T20:48:53.019Z\",\n      \"phoneNumber\": \"+966500110011\",\n      \"phoneVerifiedAt\": \"1953-08-11T00:52:07.955Z\",\n      \"profileImagePath\": \"/files/profile-image.jpg\",\n      \"registrationDate\": \"1978-04-23T06:06:08.891Z\",\n      \"updatedAt\": \"1982-11-27T02:22:12.822Z\"\n    },\n    {\n      \"accountStatus\": \"ACTIVE\",\n      \"createdAt\": \"2019-04-03T14:22:14.986Z\",\n      \"deletedAt\": \"2025-07-30T07:12:46.228Z\",\n      \"email\": \"donor@selsal.com\",\n      \"fullName\": \"Selsal Donor\",\n      \"id\": \"f6d368ea-3331-04a7-e17f-7420ca9dbb14\",\n      \"lastLoginAt\": \"1976-12-05T19:46:36.598Z\",\n      \"phoneNumber\": \"+966500110011\",\n      \"phoneVerifiedAt\": \"1987-07-04T09:49:29.764Z\",\n      \"profileImagePath\": \"/files/profile-image.jpg\",\n      \"registrationDate\": \"2021-04-11T00:02:33.733Z\",\n      \"updatedAt\": \"1971-11-02T06:56:48.989Z\"\n    }\n  ],\n  \"page\": 7480.345269097692,\n  \"pageSize\": 1714.000934150537,\n  \"total\": 6772.302341881596\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "156f1103-ebf5-47c9-b07c-d273fa6cb97e",
              "name": "Get one donor account",
              "request": {
                "name": "Get one donor account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "e3f5c6db-8ea4-4a97-a4c5-b8eec916635c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donors",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donationHistory\": [\n    {\n      \"amount\": 9060.523384929962,\n      \"campaignName\": \"string\",\n      \"donationDate\": \"1971-08-01T07:56:40.561Z\",\n      \"id\": \"35eacab0-6c95-062f-0878-cc9284c68d25\",\n      \"receiptReference\": \"string\"\n    },\n    {\n      \"amount\": 3798.0461356363726,\n      \"campaignName\": \"string\",\n      \"donationDate\": \"2004-05-27T04:15:03.244Z\",\n      \"id\": \"8a2489e3-f64f-c1c8-0958-9d70f286be76\",\n      \"receiptReference\": \"string\"\n    }\n  ],\n  \"donor\": {\n    \"accountStatus\": \"ACTIVE\",\n    \"createdAt\": \"1963-02-13T05:04:55.904Z\",\n    \"deletedAt\": \"1976-03-11T17:57:20.124Z\",\n    \"email\": \"donor@selsal.com\",\n    \"fullName\": \"Selsal Donor\",\n    \"id\": \"25439ca4-4ca2-cd10-eac2-01cb3595b162\",\n    \"lastLoginAt\": \"1959-01-23T12:40:58.699Z\",\n    \"phoneNumber\": \"+966500110011\",\n    \"phoneVerifiedAt\": \"2012-11-13T16:38:39.646Z\",\n    \"profileImagePath\": \"/files/profile-image.jpg\",\n    \"registrationDate\": \"1953-06-16T02:03:46.710Z\",\n    \"updatedAt\": \"2000-06-21T17:32:34.912Z\"\n  },\n  \"totalDonatedAmount\": 7092.079703697005,\n  \"totalDonationsCount\": 3481.7752543776837\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b977e7ad-a575-4c92-b97e-df44194b1e72",
              "name": "Delete a donor account",
              "request": {
                "name": "Delete a donor account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donors",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "79940731-4881-424a-b694-1924163d71eb",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donors",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "bfd2569a-86dd-4aca-ba09-5b1a2492bd58",
              "name": "Suspend a donor account",
              "request": {
                "name": "Suspend a donor account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donors",
                    ":id",
                    "suspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "af29bf43-2c3b-44bd-8976-f75c4180f40e",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donors",
                        ":id",
                        "suspend"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "af792bcc-c5f0-417b-adc8-4163f6f07fdc",
              "name": "Activate a donor account",
              "request": {
                "name": "Activate a donor account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donors",
                    ":id",
                    "activate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "9eca701e-615a-4677-b49f-50de5842eab4",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donors",
                        ":id",
                        "activate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "923d2d10-e962-4200-9dff-7ec7ab8136e4",
          "name": "Admin Donations",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "53a58a78-9d80-4661-905f-b03961129a90",
              "name": "Get donation analytics",
              "request": {
                "name": "Get donation analytics",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donations",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "dateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "dateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "f77daa03-9c16-4554-b271-5fe087dc0676",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donations",
                        "analytics"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "dateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"totalAmount\": 4007.204983189392,\n  \"totalDonations\": 7570.062398588151,\n  \"totalDonors\": 1643.835174953947,\n  \"activeCampaigns\": 5029.910576732211,\n  \"monthlyDonations\": [\n    {\n      \"label\": \"string\",\n      \"amount\": 7509.420014023591,\n      \"count\": 6525.782508162601\n    },\n    {\n      \"label\": \"string\",\n      \"amount\": 5790.360835192212,\n      \"count\": 5135.544930507563\n    }\n  ],\n  \"donationsByCampaign\": [\n    {\n      \"label\": \"string\",\n      \"amount\": 7750.011954328084,\n      \"count\": 7365.760879770276\n    },\n    {\n      \"label\": \"string\",\n      \"amount\": 7273.797846466267,\n      \"count\": 5116.683833163913\n    }\n  ],\n  \"donationsByPaymentMethod\": [\n    {\n      \"label\": \"string\",\n      \"amount\": 9984.743234983407,\n      \"count\": 6086.092061905788\n    },\n    {\n      \"label\": \"string\",\n      \"amount\": 4122.050629254914,\n      \"count\": 8084.623554757215\n    }\n  ],\n  \"topFundedCampaign\": \"string\",\n  \"topFundedCampaignAmount\": 5446.520612939729\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "cd40cac3-64c9-4591-98ce-d5937d4fe797",
              "name": "List donations",
              "request": {
                "name": "List donations",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by receipt reference, donor name, donor email, or donor phone number."
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "paymentMethodName",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "minAmount",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "key": "maxAmount",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "key": "dateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "dateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "7498ea9c-a5d6-4527-9e1b-23e7db1bd5fa",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donations"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        },
                        {
                          "key": "paymentMethodName",
                          "value": "<string>"
                        },
                        {
                          "key": "minAmount",
                          "value": "<number>"
                        },
                        {
                          "key": "maxAmount",
                          "value": "<number>"
                        },
                        {
                          "key": "dateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "dateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donations\": [\n    {\n      \"id\": \"295435f3-7edb-a8e1-4753-85db69221f25\",\n      \"amount\": 7877.51283786877,\n      \"currencyIso\": \"string\",\n      \"channel\": \"MOBILE\",\n      \"status\": \"FAILED\",\n      \"provider\": \"MYFATOORAH\",\n      \"campaign\": {\n        \"id\": \"dda20e7f-3b8c-c04d-8c56-2085a0b7b687\",\n        \"title\": \"string\"\n      },\n      \"donor\": {\n        \"fullName\": \"string\",\n        \"phoneNumber\": \"string\",\n        \"id\": \"493546c9-d5cc-5fcf-c987-06a62e965950\",\n        \"email\": \"3ESASM8Ya6@UPveOxuSVWba.kc\"\n      },\n      \"paymentMethodId\": 1996.3896721247454,\n      \"receiptReference\": \"string\",\n      \"createdAt\": \"1958-12-29T09:22:17.080Z\",\n      \"paidAt\": \"1982-03-02T07:54:08.513Z\",\n      \"failedAt\": \"1952-09-07T09:49:37.977Z\",\n      \"updatedAt\": \"2021-06-15T00:32:25.594Z\",\n      \"paymentMethodName\": \"string\",\n      \"paymentMethodCode\": \"string\",\n      \"providerInvoiceId\": \"string\",\n      \"providerPaymentId\": \"string\",\n      \"invoiceReference\": \"string\",\n      \"providerPayload\": {}\n    },\n    {\n      \"id\": \"2dd0a753-0d49-425c-e234-5affc593efea\",\n      \"amount\": 1062.4581814692058,\n      \"currencyIso\": \"string\",\n      \"channel\": \"MOBILE\",\n      \"status\": \"PAID\",\n      \"provider\": \"MYFATOORAH\",\n      \"campaign\": {\n        \"id\": \"5c93f21d-e84e-7086-4c74-543216db3bb2\",\n        \"title\": \"string\"\n      },\n      \"donor\": {\n        \"fullName\": \"string\",\n        \"phoneNumber\": \"string\",\n        \"id\": \"d44c1027-248c-ba00-6bcf-00259bab4626\",\n        \"email\": \"FDNHWmQMy9@mmtAokUMisGOEeRBMEFpO.txa\"\n      },\n      \"paymentMethodId\": 1479.6113114048958,\n      \"receiptReference\": \"string\",\n      \"createdAt\": \"2025-10-22T07:56:14.755Z\",\n      \"paidAt\": \"2019-03-03T11:21:03.504Z\",\n      \"failedAt\": \"1960-01-23T18:22:54.931Z\",\n      \"updatedAt\": \"2000-08-06T04:59:11.047Z\",\n      \"paymentMethodName\": \"string\",\n      \"paymentMethodCode\": \"string\",\n      \"providerInvoiceId\": \"string\",\n      \"providerPaymentId\": \"string\",\n      \"invoiceReference\": \"string\",\n      \"providerPayload\": {}\n    }\n  ],\n  \"page\": 3071.598532261275,\n  \"pageSize\": 6028.8185660864,\n  \"total\": 4861.809114774614\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1b006605-eec4-4feb-a4e6-7e51e7e6e6fc",
              "name": "Get one donation",
              "request": {
                "name": "Get one donation",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donations",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "b44fefa6-121e-4124-879e-b41d8729f649",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donations",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donation\": {\n    \"id\": \"5ae06c5f-9212-c7e1-30c9-de8b8ce3a35e\",\n    \"amount\": 3434.735441959391,\n    \"currencyIso\": \"string\",\n    \"channel\": \"MOBILE\",\n    \"status\": \"PENDING\",\n    \"provider\": \"MYFATOORAH\",\n    \"campaign\": {\n      \"id\": \"b2faaf19-beaf-d02c-c1bc-70661ec6f251\",\n      \"title\": \"string\"\n    },\n    \"donor\": {\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"id\": \"d252dafe-b7b3-089e-095b-0f89df9f7634\",\n      \"email\": \"MdWLrE@xwjOEUOKtqfiZmYRRyWibgVRLPCqF.fn\"\n    },\n    \"paymentMethodId\": 4873.576908513853,\n    \"receiptReference\": \"string\",\n    \"createdAt\": \"2018-06-18T03:18:13.253Z\",\n    \"paidAt\": \"1976-08-04T02:28:13.301Z\",\n    \"failedAt\": \"1988-07-29T00:35:16.725Z\",\n    \"updatedAt\": \"2000-03-27T21:49:26.022Z\",\n    \"paymentMethodName\": \"string\",\n    \"paymentMethodCode\": \"string\",\n    \"providerInvoiceId\": \"string\",\n    \"providerPaymentId\": \"string\",\n    \"invoiceReference\": \"string\",\n    \"providerPayload\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e59b16cb-1fe6-4df8-a2e0-603052ab63b6",
              "name": "Refresh one donation payment status from MyFatoorah",
              "request": {
                "name": "Refresh one donation payment status from MyFatoorah",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "donations",
                    ":id",
                    "sync-payment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "11f7692b-e516-438f-9c66-a744b908a49c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "donations",
                        ":id",
                        "sync-payment"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"donation\": {\n    \"id\": \"5ae06c5f-9212-c7e1-30c9-de8b8ce3a35e\",\n    \"amount\": 3434.735441959391,\n    \"currencyIso\": \"string\",\n    \"channel\": \"MOBILE\",\n    \"status\": \"PENDING\",\n    \"provider\": \"MYFATOORAH\",\n    \"campaign\": {\n      \"id\": \"b2faaf19-beaf-d02c-c1bc-70661ec6f251\",\n      \"title\": \"string\"\n    },\n    \"donor\": {\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"id\": \"d252dafe-b7b3-089e-095b-0f89df9f7634\",\n      \"email\": \"MdWLrE@xwjOEUOKtqfiZmYRRyWibgVRLPCqF.fn\"\n    },\n    \"paymentMethodId\": 4873.576908513853,\n    \"receiptReference\": \"string\",\n    \"createdAt\": \"2018-06-18T03:18:13.253Z\",\n    \"paidAt\": \"1976-08-04T02:28:13.301Z\",\n    \"failedAt\": \"1988-07-29T00:35:16.725Z\",\n    \"updatedAt\": \"2000-03-27T21:49:26.022Z\",\n    \"paymentMethodName\": \"string\",\n    \"paymentMethodCode\": \"string\",\n    \"providerInvoiceId\": \"string\",\n    \"providerPaymentId\": \"string\",\n    \"invoiceReference\": \"string\",\n    \"providerPayload\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "a867c335-d67d-44bb-a57b-6947773fa9c2",
          "name": "Admin Notifications",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "4216ab1c-b3ac-4c95-ad09-47f1ef6d7f3f",
              "name": "List system notifications for the current admin",
              "request": {
                "name": "List system notifications for the current admin",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "isRead",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "a8bdd3da-7d00-4270-8e04-3228ffd38ca0",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "notifications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "isRead",
                          "value": "<boolean>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"notifications\": [\n    {\n      \"id\": \"c9229a72-8461-40ea-f61e-71946dbbaab3\",\n      \"recipientType\": \"ADMIN\",\n      \"recipientId\": \"70e370b9-9854-6a02-9371-1c4cfa2ac0d2\",\n      \"message\": \"string\",\n      \"type\": \"SYSTEM\",\n      \"channel\": \"IN_APP\",\n      \"isRead\": false,\n      \"createdAt\": \"2008-12-16T02:58:00.551Z\",\n      \"updatedAt\": \"1993-08-21T17:56:20.544Z\",\n      \"title\": \"string\",\n      \"targetType\": \"ORDER\",\n      \"targetId\": \"6a8fc255-7bed-42e9-6bf4-afdd62228577\",\n      \"targetPath\": \"string\",\n      \"data\": {},\n      \"readAt\": \"1977-03-16T05:56:57.652Z\",\n      \"sourcePushCampaignId\": \"a2f8b16a-8e97-a65e-c210-481429aab21a\"\n    },\n    {\n      \"id\": \"1e9d6a09-9c7a-0137-6063-3a042b21ea71\",\n      \"recipientType\": \"DONOR\",\n      \"recipientId\": \"319a71f1-99f8-13f0-5132-4cc126790d4a\",\n      \"message\": \"string\",\n      \"type\": \"VOLUNTEER_REQUEST_RECEIVED\",\n      \"channel\": \"EMAIL\",\n      \"isRead\": false,\n      \"createdAt\": \"2000-04-28T05:18:09.972Z\",\n      \"updatedAt\": \"1985-11-16T16:59:56.737Z\",\n      \"title\": \"string\",\n      \"targetType\": \"DASHBOARD\",\n      \"targetId\": \"b60943d4-dc8d-99fd-25f7-b4f62494d2c7\",\n      \"targetPath\": \"string\",\n      \"data\": {},\n      \"readAt\": \"1960-07-19T11:51:45.815Z\",\n      \"sourcePushCampaignId\": \"eb072cb0-903f-4501-31be-37a950dc8003\"\n    }\n  ],\n  \"page\": 2922.328312093796,\n  \"pageSize\": 5897.282304165931,\n  \"total\": 269.65697072128813\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f9395285-66e3-4917-8c66-cb61407c6481",
              "name": "Get unread system notification count for the current admin",
              "request": {
                "name": "Get unread system notification count for the current admin",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "notifications",
                    "unread-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "2630357d-75ab-4dd8-923a-ef0eb66b15f9",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "notifications",
                        "unread-count"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"unreadCount\": 2939.487013819975\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b3032e07-618a-4e6e-8cbf-6468735e9848",
              "name": "Mark one admin system notification as read",
              "request": {
                "name": "Mark one admin system notification as read",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "notifications",
                    ":id",
                    "read"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "923ad0be-7f5a-46d6-9d8d-17c7367b6ce8",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "notifications",
                        ":id",
                        "read"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "3de6b37a-9b72-4c8e-a59d-a253a918fd2f",
          "name": "Admin Push Notifications",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "2ce0f638-22be-486e-8e79-a8a1cf199f4d",
              "name": "List outbound push notification sends",
              "request": {
                "name": "List outbound push notification sends",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "push-notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "targetAudience",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "7914fc5c-4bb5-4103-b6a4-ee64b733f612",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "push-notifications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "targetAudience",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"pushNotifications\": [\n    {\n      \"id\": \"17d8853b-0f12-24ca-34e2-8d236db6ca50\",\n      \"createdByAdminId\": \"cb4ae3b1-fc3a-d665-9daa-37663002e9b7\",\n      \"createdByAdminName\": \"string\",\n      \"title\": \"string\",\n      \"message\": \"string\",\n      \"targetAudience\": \"SPECIFIC_CAMPAIGN_DONORS\",\n      \"recipientCount\": 6547.700221183446,\n      \"deliveredCount\": 6696.872913573042,\n      \"failedCount\": 5382.360882239883,\n      \"deliveryStatus\": \"SENT\",\n      \"createdAt\": \"2020-02-18T19:59:24.352Z\",\n      \"updatedAt\": \"1949-11-18T21:38:07.988Z\",\n      \"campaignId\": \"72ed764b-4900-b9d7-dd41-6451f75d8212\",\n      \"campaignTitle\": \"string\",\n      \"providerName\": \"string\",\n      \"providerPayload\": {}\n    },\n    {\n      \"id\": \"97fbdfdc-5d96-d051-bb8c-176405c791e9\",\n      \"createdByAdminId\": \"5fd904da-6df3-3666-e2a1-9fc4dd5cd2e4\",\n      \"createdByAdminName\": \"string\",\n      \"title\": \"string\",\n      \"message\": \"string\",\n      \"targetAudience\": \"SPECIFIC_CAMPAIGN_DONORS\",\n      \"recipientCount\": 2291.9117869629013,\n      \"deliveredCount\": 5212.7399923283565,\n      \"failedCount\": 6498.110018239449,\n      \"deliveryStatus\": \"PENDING\",\n      \"createdAt\": \"1953-12-21T06:01:44.209Z\",\n      \"updatedAt\": \"2024-05-31T10:51:28.596Z\",\n      \"campaignId\": \"9b4bed9b-2b69-0fbd-a00b-51b20ba2f6d6\",\n      \"campaignTitle\": \"string\",\n      \"providerName\": \"string\",\n      \"providerPayload\": {}\n    }\n  ],\n  \"page\": 7213.774849862056,\n  \"pageSize\": 6011.48592852208,\n  \"total\": 6591.594732102683\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "ac3a7dc1-bc8e-4845-bfde-a02c5f506e27",
              "name": "Create a donor push notification send and persist notifications for target donors",
              "request": {
                "name": "Create a donor push notification send and persist notifications for target donors",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "push-notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"<string>\",\n  \"message\": \"<string>\",\n  \"targetAudience\": \"<string>\",\n  \"campaignId\": \"{{campaignId}}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "ab75c525-ea98-4bd6-9841-e12f208f9f96",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "push-notifications"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"title\": \"<string>\",\n  \"message\": \"<string>\",\n  \"targetAudience\": \"<string>\",\n  \"campaignId\": \"{{campaignId}}\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"pushNotification\": {\n    \"id\": \"feb2f247-5ca8-6d5e-fe9f-a81dedbcbbe6\",\n    \"createdByAdminId\": \"a4103cda-b1f2-ded4-6fca-473f614196a7\",\n    \"createdByAdminName\": \"string\",\n    \"title\": \"string\",\n    \"message\": \"string\",\n    \"targetAudience\": \"ALL_DONORS\",\n    \"recipientCount\": 5135.336085922604,\n    \"deliveredCount\": 8721.506065986963,\n    \"failedCount\": 4450.476175617704,\n    \"deliveryStatus\": \"PENDING\",\n    \"createdAt\": \"2003-10-01T15:10:31.393Z\",\n    \"updatedAt\": \"1977-09-30T17:15:34.041Z\",\n    \"campaignId\": \"82f3f095-60d4-6b4e-1e3c-6c6b386536a1\",\n    \"campaignTitle\": \"string\",\n    \"providerName\": \"string\",\n    \"providerPayload\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "83ca684a-8000-4319-9540-0c8d82ecb349",
          "name": "Admin Drivers",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "d732a34c-d9bd-4aa6-86b6-a25970293e83",
              "name": "Create a driver account",
              "request": {
                "name": "Create a driver account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "idNumber",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "vehicleType",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "licensePlateNumber",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "password",
                      "value": "{{password}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "driverLicense",
                      "type": "file",
                      "description": "(Required) "
                    },
                    {
                      "key": "vehicleRegistration",
                      "type": "file",
                      "description": "(Required) "
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "db1cd293-a081-45eb-a55d-6ed5d61e7b63",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "idNumber",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "vehicleType",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "licensePlateNumber",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "password",
                          "value": "{{password}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "driverLicense",
                          "value": "<binary>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "vehicleRegistration",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"6d8893f5-5eeb-8d28-9a41-786a68e1cfb1\",\n  \"fullName\": \"string\",\n  \"idNumber\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"vehicleType\": \"string\",\n  \"licensePlateNumber\": \"string\",\n  \"driverLicensePath\": \"string\",\n  \"vehicleRegistrationPath\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"activeOrdersCount\": 7725.457553744881,\n  \"completedOrdersCount\": 6319.594680898086,\n  \"lastLoginAt\": \"1985-06-29T02:46:03.054Z\",\n  \"deletedAt\": \"1971-10-18T06:30:23.852Z\",\n  \"createdAt\": \"2004-07-12T17:30:40.431Z\",\n  \"updatedAt\": \"1992-09-23T13:33:44.635Z\",\n  \"profileImagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "09a3a859-2a97-4432-90ae-938b592eca77",
              "name": "List drivers",
              "request": {
                "name": "List drivers",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "d58f059b-c3cf-40eb-b5a5-e660f59a6ae2",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"drivers\": [\n    {\n      \"id\": \"01e03cc8-e5ce-9bb2-1e6f-02d87916f875\",\n      \"fullName\": \"string\",\n      \"idNumber\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"vehicleType\": \"string\",\n      \"licensePlateNumber\": \"string\",\n      \"driverLicensePath\": \"string\",\n      \"vehicleRegistrationPath\": \"string\",\n      \"accountStatus\": \"ACTIVE\",\n      \"activeOrdersCount\": 6022.691891663425,\n      \"completedOrdersCount\": 5384.310399077394,\n      \"lastLoginAt\": \"1973-03-08T03:42:52.107Z\",\n      \"deletedAt\": \"1971-07-30T01:31:27.023Z\",\n      \"createdAt\": \"1981-11-10T10:07:21.841Z\",\n      \"updatedAt\": \"1990-03-03T02:15:45.315Z\",\n      \"profileImagePath\": {}\n    },\n    {\n      \"id\": \"2ef85086-9019-c7ac-f1d8-113965f914c3\",\n      \"fullName\": \"string\",\n      \"idNumber\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"vehicleType\": \"string\",\n      \"licensePlateNumber\": \"string\",\n      \"driverLicensePath\": \"string\",\n      \"vehicleRegistrationPath\": \"string\",\n      \"accountStatus\": \"SUSPENDED\",\n      \"activeOrdersCount\": 3533.0271236301614,\n      \"completedOrdersCount\": 9295.30690206009,\n      \"lastLoginAt\": \"1948-05-04T15:25:32.207Z\",\n      \"deletedAt\": \"1965-01-30T01:33:47.832Z\",\n      \"createdAt\": \"1971-01-04T13:15:08.947Z\",\n      \"updatedAt\": \"2021-06-28T05:48:22.120Z\",\n      \"profileImagePath\": {}\n    }\n  ],\n  \"page\": 3344.195748279688,\n  \"pageSize\": 5692.39258773761,\n  \"total\": 863.3226747603073\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "3ef42e66-3576-422b-8060-0176596c5f93",
              "name": "Get one driver",
              "request": {
                "name": "Get one driver",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "f4d700bc-aa64-4c4c-8005-eaa79834585d",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"driver\": {\n    \"id\": \"054fb768-54bb-87c9-2c31-332bdb3c53f4\",\n    \"fullName\": \"string\",\n    \"idNumber\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"vehicleType\": \"string\",\n    \"licensePlateNumber\": \"string\",\n    \"driverLicensePath\": \"string\",\n    \"vehicleRegistrationPath\": \"string\",\n    \"accountStatus\": \"SUSPENDED\",\n    \"activeOrdersCount\": 3477.278744934946,\n    \"completedOrdersCount\": 2642.4450531975017,\n    \"lastLoginAt\": \"1981-11-26T03:23:54.474Z\",\n    \"deletedAt\": \"1990-01-20T12:02:48.337Z\",\n    \"createdAt\": \"1986-08-01T05:58:11.341Z\",\n    \"updatedAt\": \"1967-10-25T16:14:16.319Z\",\n    \"profileImagePath\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b9f2417c-4d7f-4b70-a771-7163e392e663",
              "name": "Update a driver account",
              "request": {
                "name": "Update a driver account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "fullName",
                      "value": "{{fullName}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "vehicleType",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "licensePlateNumber",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "driverLicense",
                      "type": "file",
                      "description": ""
                    },
                    {
                      "key": "vehicleRegistration",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "1842e2a3-b6e2-4eb6-a447-0e81456c15a3",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "fullName",
                          "value": "{{fullName}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "vehicleType",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "licensePlateNumber",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "driverLicense",
                          "value": "<binary>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "vehicleRegistration",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"6d8893f5-5eeb-8d28-9a41-786a68e1cfb1\",\n  \"fullName\": \"string\",\n  \"idNumber\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"vehicleType\": \"string\",\n  \"licensePlateNumber\": \"string\",\n  \"driverLicensePath\": \"string\",\n  \"vehicleRegistrationPath\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"activeOrdersCount\": 7725.457553744881,\n  \"completedOrdersCount\": 6319.594680898086,\n  \"lastLoginAt\": \"1985-06-29T02:46:03.054Z\",\n  \"deletedAt\": \"1971-10-18T06:30:23.852Z\",\n  \"createdAt\": \"2004-07-12T17:30:40.431Z\",\n  \"updatedAt\": \"1992-09-23T13:33:44.635Z\",\n  \"profileImagePath\": {}\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6f1830b3-6f7c-42b3-aa50-53567c1f3883",
              "name": "Delete a driver account",
              "request": {
                "name": "Delete a driver account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "dc2ce871-a4dd-4335-9451-8bc40e4dfbd7",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b16872bc-87ca-4abe-b176-aa87b9ca3f12",
              "name": "Suspend a driver account",
              "request": {
                "name": "Suspend a driver account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers",
                    ":id",
                    "suspend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5c9553a5-6e0a-48ef-9839-4f1b8a3088c5",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers",
                        ":id",
                        "suspend"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "5039eb6e-6178-42e8-9007-2d8916b275f0",
              "name": "Activate a driver account",
              "request": {
                "name": "Activate a driver account",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "drivers",
                    ":id",
                    "activate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "589550ec-a4e0-4c17-aaf8-0f7070569476",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "drivers",
                        ":id",
                        "activate"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "0f3b5da1-ef47-48ee-b5a4-2836172dd7bb",
          "name": "Admin Families",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "c541fac6-ed2e-45dd-9404-bede601f1214",
              "name": "List accepted families",
              "request": {
                "name": "List accepted families",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "families"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by representative name, phone number, or email."
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "695b662a-5467-4829-b705-013f9e474ef4",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "families"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"page\": 9281.834526097882,\n  \"pageSize\": 6856.323916284945,\n  \"total\": 6618.851280281031,\n  \"families\": [\n    {\n      \"id\": \"9fc80a91-03c5-2317-3fdd-0f197758dbca\",\n      \"representativeName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"VjaMH1@yuCIrkSuSgSsjEmNZEg.ctu\",\n      \"city\": \"string\",\n      \"familyMembersCount\": 7640.94877220729,\n      \"situationDescription\": \"string\",\n      \"supportingDocumentPaths\": [\n        \"string\",\n        \"string\"\n      ],\n      \"latitude\": 1434.2665337193193,\n      \"longitude\": 7778.098243958331,\n      \"acceptedAt\": \"2010-12-23T16:17:10.374Z\",\n      \"createdAt\": \"1954-02-23T02:40:26.214Z\",\n      \"updatedAt\": \"1996-03-29T23:40:06.587Z\"\n    },\n    {\n      \"id\": \"b1973bd7-3240-e9f8-20db-af1db1798667\",\n      \"representativeName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"Hk3xaeO3OpS8@cgKGhf.gqis\",\n      \"city\": \"string\",\n      \"familyMembersCount\": 2680.714097014034,\n      \"situationDescription\": \"string\",\n      \"supportingDocumentPaths\": [\n        \"string\",\n        \"string\"\n      ],\n      \"latitude\": 8763.893699153818,\n      \"longitude\": 9342.261752626597,\n      \"acceptedAt\": \"2012-10-02T04:20:02.678Z\",\n      \"createdAt\": \"1970-11-02T01:52:03.386Z\",\n      \"updatedAt\": \"1996-08-06T14:29:03.024Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "4cb4de61-3fd7-4a0d-96a3-a437f109b3f8",
              "name": "Get one accepted family",
              "request": {
                "name": "Get one accepted family",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "families",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "3ff46c27-bef2-4926-b334-4a706e9cfe9a",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "families",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"family\": {\n    \"id\": \"6fabc770-ac40-e51e-0bdb-90608827d240\",\n    \"representativeName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"8g38Zl65B@YIOTFzYvuFUYJj.ge\",\n    \"city\": \"string\",\n    \"familyMembersCount\": 6500.161734934347,\n    \"situationDescription\": \"string\",\n    \"supportingDocumentPaths\": [\n      \"string\",\n      \"string\"\n    ],\n    \"latitude\": 8327.897733352529,\n    \"longitude\": 8974.95167655565,\n    \"acceptedAt\": \"1979-03-28T04:27:04.062Z\",\n    \"createdAt\": \"2022-05-02T03:37:34.367Z\",\n    \"updatedAt\": \"1999-07-19T02:28:57.252Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "76000d5a-0b5d-49a6-9211-f8f06761c355",
              "name": "Update an accepted family",
              "request": {
                "name": "Update an accepted family",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "families",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "representativeName",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "phoneNumber",
                      "value": "{{phoneNumber}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "email",
                      "value": "{{email}}",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "city",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "familyMembersCount",
                      "value": "<number>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "situationDescription",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "latitude",
                      "value": "<number>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "longitude",
                      "value": "<number>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteExistingSupportingDocuments",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "supportingDocuments",
                      "type": "file",
                      "description": "Attach one file. Repeat the same key for multiple files."
                    },
                    {
                      "key": "supportingDocuments",
                      "type": "file",
                      "description": "Attach one file. Repeat the same key for multiple files."
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "727c3b75-6f2e-40e7-b847-2783b6a18b06",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "families",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "representativeName",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "phoneNumber",
                          "value": "{{phoneNumber}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "email",
                          "value": "{{email}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "city",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "familyMembersCount",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "situationDescription",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "latitude",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "longitude",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteExistingSupportingDocuments",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": "[object Object] Attach one file. Repeat the same key for multiple files.",
                          "key": "supportingDocuments",
                          "type": "file"
                        },
                        {
                          "description": "[object Object] Attach one file. Repeat the same key for multiple files.",
                          "key": "supportingDocuments",
                          "type": "file"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"86eabeb1-2cbc-c5a8-a727-9252123a5121\",\n  \"representativeName\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"fuSxW0@Qvd.nc\",\n  \"city\": \"string\",\n  \"familyMembersCount\": 5389.347537810907,\n  \"situationDescription\": \"string\",\n  \"supportingDocumentPaths\": [\n    \"string\",\n    \"string\"\n  ],\n  \"latitude\": 2124.147038744073,\n  \"longitude\": 9620.172098491528,\n  \"acceptedAt\": \"1994-08-27T15:18:25.224Z\",\n  \"createdAt\": \"1950-02-20T15:36:03.724Z\",\n  \"updatedAt\": \"1990-06-10T13:14:09.661Z\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "68f6802e-3d90-4f70-92c8-238cc153fe7f",
              "name": "Delete an accepted family",
              "request": {
                "name": "Delete an accepted family",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "families",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "72b9496a-235c-4756-9ed1-7e5006cd41cb",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "families",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "82e29027-74c4-4fc6-8b8e-db96bfc7557c",
          "name": "Admin Family Requests",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "8d0fca03-4413-440b-9aaf-1d3784cd757e",
              "name": "List family requests",
              "request": {
                "name": "List family requests",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "family-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by representative name, phone number, or email."
                    },
                    {
                      "disabled": false,
                      "key": "requestStatus",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "requestDateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "requestDateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "bf23e374-8bb6-4523-950c-2b4c9352b14c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "family-requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "requestStatus",
                          "value": "<string>"
                        },
                        {
                          "key": "requestDateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "requestDateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"page\": 6178.403588322277,\n  \"pageSize\": 1569.419932765963,\n  \"total\": 3197.123286881962,\n  \"familyRequests\": [\n    {\n      \"id\": \"50c4e564-0fd5-9d33-8724-e9f62c03eb41\",\n      \"representativeName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"eZr1WjP1@GFWiqi.rh\",\n      \"city\": \"string\",\n      \"familyMembersCount\": 8790.769660376527,\n      \"situationDescription\": \"string\",\n      \"supportingDocumentPaths\": [\n        \"string\",\n        \"string\"\n      ],\n      \"latitude\": 5313.079311880558,\n      \"longitude\": 605.3432002591275,\n      \"requestStatus\": \"UNDER_REVIEW\",\n      \"requestDate\": \"1968-04-24T07:53:53.327Z\",\n      \"reviewedAt\": \"2003-04-17T17:08:07.106Z\",\n      \"familyId\": \"98a8128d-7765-4fbb-c1de-72c2592698c8\",\n      \"rejectionReason\": {}\n    },\n    {\n      \"id\": \"6bc6fa3b-33c2-de02-02d5-b214057a705b\",\n      \"representativeName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"L3Inwg3J@teEtTmdZyfRFOzKuOG.dgqf\",\n      \"city\": \"string\",\n      \"familyMembersCount\": 8346.156239269576,\n      \"situationDescription\": \"string\",\n      \"supportingDocumentPaths\": [\n        \"string\",\n        \"string\"\n      ],\n      \"latitude\": 1422.6463643822563,\n      \"longitude\": 663.7385564368902,\n      \"requestStatus\": \"ACCEPTED\",\n      \"requestDate\": \"2005-09-22T06:45:39.370Z\",\n      \"reviewedAt\": \"1970-04-17T22:52:12.991Z\",\n      \"familyId\": \"b9de8907-4d86-ef6f-1a07-0cddb4afeed2\",\n      \"rejectionReason\": {}\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "63d7dd54-7b2e-4b9d-8a87-dc420425f159",
              "name": "Get one family request",
              "request": {
                "name": "Get one family request",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "family-requests",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "abb8eb54-fc1a-4184-b43f-0e30a2f8e5a4",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "family-requests",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"familyRequest\": {\n    \"id\": \"1c0fa9a8-aa55-7ea7-4684-fe556b585744\",\n    \"representativeName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"m1Rw2hbZJlb@UrtToOgLGxCVWtBLFomyYlGX.dja\",\n    \"city\": \"string\",\n    \"familyMembersCount\": 3164.663391030822,\n    \"situationDescription\": \"string\",\n    \"supportingDocumentPaths\": [\n      \"string\",\n      \"string\"\n    ],\n    \"latitude\": 452.7635714788092,\n    \"longitude\": 9519.01629072193,\n    \"requestStatus\": \"REJECTED\",\n    \"requestDate\": \"2004-10-18T12:14:12.850Z\",\n    \"reviewedAt\": \"2024-10-12T02:26:52.926Z\",\n    \"familyId\": \"96694be2-5fb7-659d-d6d9-878ba6e9e437\",\n    \"rejectionReason\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "7a11bbca-50c8-4218-9c9d-9181a10fa08d",
              "name": "Accept a family request",
              "request": {
                "name": "Accept a family request",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "family-requests",
                    ":id",
                    "accept"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "ef39af34-f402-4741-b158-1ca597aa0c9c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "family-requests",
                        ":id",
                        "accept"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1e52d899-bce2-48e7-a8c5-52c366d502f4",
              "name": "Reject a family request",
              "request": {
                "name": "Reject a family request",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "family-requests",
                    ":id",
                    "reject"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "f11e339c-d587-4acf-a40c-bd67065f6d15",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "family-requests",
                        ":id",
                        "reject"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "c0292421-0e45-4afa-9fdb-4f6c9447e4a7",
          "name": "Admin Volunteer Requests",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "6a9b918c-eadf-46fd-8440-d7f91a661667",
              "name": "List volunteer requests",
              "request": {
                "name": "List volunteer requests",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteer-requests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by volunteer full name, phone number, or email."
                    },
                    {
                      "disabled": false,
                      "key": "requestStatus",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "volunteerType",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "requestDateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "requestDateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "15380457-0127-459f-bced-520440804d29",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteer-requests"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "requestStatus",
                          "value": "<string>"
                        },
                        {
                          "key": "volunteerType",
                          "value": "<string>"
                        },
                        {
                          "key": "requestDateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "requestDateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"page\": 2022.419734272416,\n  \"pageSize\": 2186.371925190285,\n  \"total\": 367.7738500321093,\n  \"volunteerRequests\": [\n    {\n      \"id\": \"a497da8a-1b68-8aae-2282-e0f98cb36906\",\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"dqBHLMP2ULQ@BdrAjTGEVOJABSw.ch\",\n      \"city\": \"string\",\n      \"skills\": \"string\",\n      \"volunteerType\": \"string\",\n      \"requestStatus\": \"UNDER_REVIEW\",\n      \"requestDate\": \"2009-11-10T22:45:18.679Z\",\n      \"reviewedAt\": \"1961-06-07T12:57:16.097Z\",\n      \"volunteerId\": \"e3921611-e7c8-33a8-8ab4-e1f60067e68f\",\n      \"rejectionReason\": {}\n    },\n    {\n      \"id\": \"90ca12ff-d8e4-b7ff-4f61-79dfaa3db4ab\",\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"4WQZhFv9IjFq@niNoOPcGo.jm\",\n      \"city\": \"string\",\n      \"skills\": \"string\",\n      \"volunteerType\": \"string\",\n      \"requestStatus\": \"ACCEPTED\",\n      \"requestDate\": \"2021-01-30T23:10:16.787Z\",\n      \"reviewedAt\": \"1991-06-29T00:50:27.935Z\",\n      \"volunteerId\": \"25d44f8f-8b05-c53b-465b-0ebcac6d9f79\",\n      \"rejectionReason\": {}\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d47613ef-36d3-4639-8ff6-df624ebcb311",
              "name": "Get one volunteer request",
              "request": {
                "name": "Get one volunteer request",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteer-requests",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "5e0a4c1e-0cc4-497d-9036-cc08262c5ead",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteer-requests",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"volunteerRequest\": {\n    \"id\": \"720f6f3d-ae8f-3079-e6e3-5482bdbf0e6a\",\n    \"fullName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"zjDfbidv@j.jshz\",\n    \"city\": \"string\",\n    \"skills\": \"string\",\n    \"volunteerType\": \"string\",\n    \"requestStatus\": \"UNDER_REVIEW\",\n    \"requestDate\": \"1984-03-11T08:57:41.007Z\",\n    \"reviewedAt\": \"1963-06-20T07:33:20.960Z\",\n    \"volunteerId\": \"603e1d03-690c-7b08-6f7c-93e4965e164d\",\n    \"rejectionReason\": {}\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "2549759b-2481-41fd-94fc-5eafa08aa253",
              "name": "Accept a volunteer request",
              "request": {
                "name": "Accept a volunteer request",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteer-requests",
                    ":id",
                    "accept"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "87087c82-280b-400c-98a0-b88fb23ab908",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteer-requests",
                        ":id",
                        "accept"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {}
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "6f02b49f-6039-4341-b9f6-7d5fa978673b",
              "name": "Reject a volunteer request",
              "request": {
                "name": "Reject a volunteer request",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteer-requests",
                    ":id",
                    "reject"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "8c3c6bcd-6984-4928-b060-35178e225828",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteer-requests",
                        ":id",
                        "reject"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "32d72427-257f-4840-936f-2e01d8a46155",
          "name": "Admin Volunteers",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "654d7a80-e029-4b55-8960-a4a9537609c9",
              "name": "List accepted volunteers",
              "request": {
                "name": "List accepted volunteers",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by volunteer full name, phone number, or email."
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "eaf17282-a9f4-4d91-8f70-44edba112598",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteers"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"page\": 7783.357496142756,\n  \"pageSize\": 2634.263661526677,\n  \"total\": 9743.26647652359,\n  \"volunteers\": [\n    {\n      \"id\": \"9239f16d-f1de-8e57-d3da-9fd3ab95c9e7\",\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"Kp3@IsnzlCwSfPQabifhDIx.boz\",\n      \"city\": \"string\",\n      \"skills\": \"string\",\n      \"volunteerType\": \"string\",\n      \"acceptedAt\": \"1956-10-14T12:37:26.059Z\",\n      \"createdAt\": \"1947-07-23T01:25:44.054Z\",\n      \"updatedAt\": \"2017-04-21T13:28:14.276Z\"\n    },\n    {\n      \"id\": \"d28f9b11-8636-9112-cdd5-9b1d05b6832e\",\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"v3h2P@gYkfsFxOJoI.uxwe\",\n      \"city\": \"string\",\n      \"skills\": \"string\",\n      \"volunteerType\": \"string\",\n      \"acceptedAt\": \"1989-04-22T16:45:14.870Z\",\n      \"createdAt\": \"1972-10-12T04:55:01.500Z\",\n      \"updatedAt\": \"1994-08-18T07:59:20.229Z\"\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a87ca16a-fbf0-4334-ab33-24e09d955324",
              "name": "Get one accepted volunteer",
              "request": {
                "name": "Get one accepted volunteer",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "177fc27a-5b8a-4a85-933f-01f3ad2d9395",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"volunteer\": {\n    \"id\": \"a101493e-5628-286d-8bb8-db6cf002e1a7\",\n    \"fullName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"m8w@PBjEFeHYnHwQwIJgAbUNDpLV.zgl\",\n    \"city\": \"string\",\n    \"skills\": \"string\",\n    \"volunteerType\": \"string\",\n    \"acceptedAt\": \"1982-01-11T17:42:55.593Z\",\n    \"createdAt\": \"1991-08-06T04:45:21.292Z\",\n    \"updatedAt\": \"1999-09-14T19:23:39.052Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "25e126f4-ae8a-4cf9-8c86-65794c394bb0",
              "name": "Update an accepted volunteer",
              "request": {
                "name": "Update an accepted volunteer",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "c2bdb738-d858-49b3-bd47-f236b77bd43c",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"443d6881-3d74-f47d-40f3-c58c456abcb5\",\n  \"fullName\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"5TB5xgXc--u8g@EYBsiirUoWaIhxZH.lhnu\",\n  \"city\": \"string\",\n  \"skills\": \"string\",\n  \"volunteerType\": \"string\",\n  \"acceptedAt\": \"2008-02-01T23:36:41.984Z\",\n  \"createdAt\": \"2005-10-15T12:52:13.954Z\",\n  \"updatedAt\": \"1974-12-25T03:35:26.313Z\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "c5dde6f2-1cd1-46b0-b1bd-ba636a1a14a0",
              "name": "Delete an accepted volunteer",
              "request": {
                "name": "Delete an accepted volunteer",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "volunteers",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "3c810749-85d8-4629-a676-add1a95a468f",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "volunteers",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "b5035480-7ffa-4498-8e19-966db1ad2563",
          "name": "Admin Settings",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "cee50161-ffb3-4b06-ae06-60c6a6bb4d23",
              "name": "Get general platform settings",
              "request": {
                "name": "Get general platform settings",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "1c95867e-5b4e-4c9e-a66c-6b1b52fce8a9",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "settings"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"settings\": {\n    \"id\": \"c8085d5a-1b41-be44-bdc0-a5accc94651f\",\n    \"systemNameEn\": \"string\",\n    \"systemNameAr\": \"string\",\n    \"supportEmail\": \"QAyJvyR@ualOsXF.uj\",\n    \"supportPhone\": \"string\",\n    \"defaultCurrencyCode\": \"string\",\n    \"donationAlertThreshold\": 6135.662800925932,\n    \"createdAt\": \"1946-07-16T16:28:34.040Z\",\n    \"updatedAt\": \"1977-09-28T03:59:29.715Z\",\n    \"supportWhatsapp\": \"string\",\n    \"addressEn\": \"string\",\n    \"addressAr\": \"string\",\n    \"logoPath\": \"string\",\n    \"faviconPath\": \"string\",\n    \"facebookUrl\": \"string\",\n    \"instagramUrl\": \"string\",\n    \"xUrl\": \"string\",\n    \"youtubeUrl\": \"string\",\n    \"linkedinUrl\": \"string\",\n    \"aboutSnippetEn\": \"string\",\n    \"aboutSnippetAr\": \"string\",\n    \"footerTextEn\": \"string\",\n    \"footerTextAr\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "b9f300b6-a26b-4d93-b6af-ffd14cdafc06",
              "name": "Update general platform settings",
              "request": {
                "name": "Update general platform settings",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "settings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "multipart/form-data"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "key": "systemNameEn",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "systemNameAr",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "supportEmail",
                      "value": "{{email}}",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "supportPhone",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "defaultCurrencyCode",
                      "value": "<string>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "donationAlertThreshold",
                      "value": "<number>",
                      "type": "text",
                      "description": "(Required) "
                    },
                    {
                      "key": "supportWhatsapp",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "addressEn",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "addressAr",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "facebookUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "instagramUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "xUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "youtubeUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "linkedinUrl",
                      "value": "<uri>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "aboutSnippetEn",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "aboutSnippetAr",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "footerTextEn",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "footerTextAr",
                      "value": "<string>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteLogo",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "deleteFavicon",
                      "value": "<boolean>",
                      "type": "text",
                      "description": ""
                    },
                    {
                      "key": "logo",
                      "type": "file",
                      "description": ""
                    },
                    {
                      "key": "favicon",
                      "type": "file",
                      "description": ""
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "8eda72f6-9635-493a-9304-91d24128b7b6",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "settings"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "formdata",
                      "formdata": [
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "systemNameEn",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "systemNameAr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "supportEmail",
                          "value": "{{email}}",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "supportPhone",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "defaultCurrencyCode",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "(Required) ",
                            "type": "text/plain"
                          },
                          "key": "donationAlertThreshold",
                          "value": "<number>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "supportWhatsapp",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "addressEn",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "addressAr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "facebookUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "instagramUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "xUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "youtubeUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "linkedinUrl",
                          "value": "<uri>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "aboutSnippetEn",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "aboutSnippetAr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "footerTextEn",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "footerTextAr",
                          "value": "<string>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteLogo",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "deleteFavicon",
                          "value": "<boolean>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "logo",
                          "value": "<binary>",
                          "type": "text"
                        },
                        {
                          "description": {
                            "content": "",
                            "type": "text/plain"
                          },
                          "key": "favicon",
                          "value": "<binary>",
                          "type": "text"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"settings\": {\n    \"id\": \"c8085d5a-1b41-be44-bdc0-a5accc94651f\",\n    \"systemNameEn\": \"string\",\n    \"systemNameAr\": \"string\",\n    \"supportEmail\": \"QAyJvyR@ualOsXF.uj\",\n    \"supportPhone\": \"string\",\n    \"defaultCurrencyCode\": \"string\",\n    \"donationAlertThreshold\": 6135.662800925932,\n    \"createdAt\": \"1946-07-16T16:28:34.040Z\",\n    \"updatedAt\": \"1977-09-28T03:59:29.715Z\",\n    \"supportWhatsapp\": \"string\",\n    \"addressEn\": \"string\",\n    \"addressAr\": \"string\",\n    \"logoPath\": \"string\",\n    \"faviconPath\": \"string\",\n    \"facebookUrl\": \"string\",\n    \"instagramUrl\": \"string\",\n    \"xUrl\": \"string\",\n    \"youtubeUrl\": \"string\",\n    \"linkedinUrl\": \"string\",\n    \"aboutSnippetEn\": \"string\",\n    \"aboutSnippetAr\": \"string\",\n    \"footerTextEn\": \"string\",\n    \"footerTextAr\": \"string\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "ef341efc-1541-40e9-9913-7ef47dda2963",
          "name": "Admin Media Center",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "0f815906-3132-4cb3-b82b-ebbfb7546a8e",
              "name": "Create a media center video",
              "request": {
                "name": "Create a media center video",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "media-videos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"titleEn\": \"<string>\",\n  \"titleAr\": \"<string>\",\n  \"youtubeUrl\": \"<uri>\",\n  \"descriptionEn\": \"<string>\",\n  \"descriptionAr\": \"<string>\",\n  \"isPublished\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "64dd9d99-f9c3-4e3e-b822-11009f49d553",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "media-videos"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"titleEn\": \"<string>\",\n  \"titleAr\": \"<string>\",\n  \"youtubeUrl\": \"<uri>\",\n  \"descriptionEn\": \"<string>\",\n  \"descriptionAr\": \"<string>\",\n  \"isPublished\": false\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"4fd8d5c2-7c89-2f22-33ba-a4169b22b605\",\n  \"titleEn\": \"string\",\n  \"titleAr\": \"string\",\n  \"descriptionEn\": {},\n  \"descriptionAr\": {},\n  \"youtubeUrl\": \"string\",\n  \"youtubeVideoId\": \"string\",\n  \"thumbnailUrl\": \"string\",\n  \"isPublished\": true,\n  \"publishedAt\": {},\n  \"createdAt\": \"2000-10-24T01:24:56.429Z\",\n  \"updatedAt\": \"2003-07-28T11:54:07.539Z\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "d2b18189-b23f-4cd1-8e2f-30af90224e72",
              "name": "List media center videos",
              "request": {
                "name": "List media center videos",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "media-videos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "31ef163f-d771-4592-b1f9-163f269bc0fa",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "media-videos"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"mediaVideos\": [\n    {\n      \"id\": \"ef0d5a31-669e-5e82-a321-801ed53a95b5\",\n      \"titleEn\": \"string\",\n      \"titleAr\": \"string\",\n      \"descriptionEn\": {},\n      \"descriptionAr\": {},\n      \"youtubeUrl\": \"string\",\n      \"youtubeVideoId\": \"string\",\n      \"thumbnailUrl\": \"string\",\n      \"isPublished\": false,\n      \"publishedAt\": {},\n      \"createdAt\": \"1954-10-31T07:23:25.544Z\",\n      \"updatedAt\": \"1961-06-12T15:04:51.752Z\"\n    },\n    {\n      \"id\": \"87c90c01-fc80-da2a-76b5-65a51fe6d457\",\n      \"titleEn\": \"string\",\n      \"titleAr\": \"string\",\n      \"descriptionEn\": {},\n      \"descriptionAr\": {},\n      \"youtubeUrl\": \"string\",\n      \"youtubeVideoId\": \"string\",\n      \"thumbnailUrl\": \"string\",\n      \"isPublished\": false,\n      \"publishedAt\": {},\n      \"createdAt\": \"1949-03-20T08:49:23.467Z\",\n      \"updatedAt\": \"1948-02-03T00:42:31.222Z\"\n    }\n  ],\n  \"page\": 5291.493185748433,\n  \"pageSize\": 3974.7282422520057,\n  \"total\": 184.72592634017903\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "19426f05-726c-4580-822e-a75c4b6f2c67",
              "name": "Get one media center video",
              "request": {
                "name": "Get one media center video",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "media-videos",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "1d128b10-19fb-4bdf-9964-63e198ecaf90",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "media-videos",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"mediaVideo\": {\n    \"id\": \"1b8868e7-1c87-60a6-2fea-59abb954fefa\",\n    \"titleEn\": \"string\",\n    \"titleAr\": \"string\",\n    \"descriptionEn\": {},\n    \"descriptionAr\": {},\n    \"youtubeUrl\": \"string\",\n    \"youtubeVideoId\": \"string\",\n    \"thumbnailUrl\": \"string\",\n    \"isPublished\": true,\n    \"publishedAt\": {},\n    \"createdAt\": \"1993-07-22T03:35:30.138Z\",\n    \"updatedAt\": \"1964-07-12T13:10:36.530Z\"\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "1538cb37-3384-4192-b686-ff6512d9e20a",
              "name": "Update a media center video",
              "request": {
                "name": "Update a media center video",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "media-videos",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"titleEn\": \"<string>\",\n  \"titleAr\": \"<string>\",\n  \"descriptionEn\": \"<string>\",\n  \"descriptionAr\": \"<string>\",\n  \"youtubeUrl\": \"<uri>\",\n  \"isPublished\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "22c2de23-8eb5-4b60-83e8-ce064f230ed6",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "media-videos",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"titleEn\": \"<string>\",\n  \"titleAr\": \"<string>\",\n  \"descriptionEn\": \"<string>\",\n  \"descriptionAr\": \"<string>\",\n  \"youtubeUrl\": \"<uri>\",\n  \"isPublished\": false\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"4fd8d5c2-7c89-2f22-33ba-a4169b22b605\",\n  \"titleEn\": \"string\",\n  \"titleAr\": \"string\",\n  \"descriptionEn\": {},\n  \"descriptionAr\": {},\n  \"youtubeUrl\": \"string\",\n  \"youtubeVideoId\": \"string\",\n  \"thumbnailUrl\": \"string\",\n  \"isPublished\": true,\n  \"publishedAt\": {},\n  \"createdAt\": \"2000-10-24T01:24:56.429Z\",\n  \"updatedAt\": \"2003-07-28T11:54:07.539Z\"\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "f0b21336-96fd-4570-80d2-b5f58e140b1e",
              "name": "Delete a media center video",
              "request": {
                "name": "Delete a media center video",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "media-videos",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "de9bf852-b9c4-4f06-8dc7-9d4430caeaeb",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "media-videos",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        },
        {
          "id": "2a03ec54-96da-4246-9b14-8053d68c72ac",
          "name": "Admin Orders",
          "description": {
            "content": "",
            "type": "text/plain"
          },
          "item": [
            {
              "id": "1053b723-0773-4ab0-bc91-8f96e4574a90",
              "name": "Create a delivery order",
              "request": {
                "name": "Create a delivery order",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"familyId\": \"<uuid>\",\n  \"driverId\": \"<uuid>\",\n  \"description\": \"<string>\",\n  \"deliveryDate\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "edb0685b-f56a-45d9-8e0f-4b423d1e12b9",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "orders"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"familyId\": \"<uuid>\",\n  \"driverId\": \"<uuid>\",\n  \"description\": \"Deliver food basket and hygiene supplies.\",\n  \"deliveryDate\": \"2026-05-01T08:00:00.000Z\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"3e97e74e-2369-4920-178c-4dabd51800e9\",\n  \"description\": \"string\",\n  \"deliveryDate\": \"1996-09-05T15:02:13.137Z\",\n  \"status\": \"RECEIVED\",\n  \"family\": {\n    \"id\": \"5741baf5-28a6-7d82-9103-c6210669e0ef\",\n    \"representativeName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"string\",\n    \"city\": \"string\",\n    \"familyMembersCount\": 481.95821439742883,\n    \"situationDescription\": \"string\",\n    \"latitude\": 3837.7087355116755,\n    \"longitude\": 8322.276534700997\n  },\n  \"driver\": {\n    \"id\": \"fc0c888e-880e-5cb0-4a82-1fc57f230bec\",\n    \"fullName\": \"string\",\n    \"phoneNumber\": \"string\"\n  },\n  \"createdByAdminId\": {},\n  \"createdAt\": \"2020-04-22T22:25:29.833Z\",\n  \"updatedAt\": \"2008-03-12T10:35:48.135Z\",\n  \"statusHistory\": [\n    {\n      \"id\": \"3c077cc8-fa80-2a0d-55b1-7e1e73e77f29\",\n      \"status\": \"NEW\",\n      \"changedByAdminId\": {},\n      \"changedAt\": \"1953-06-26T01:27:39.862Z\",\n      \"note\": {}\n    },\n    {\n      \"id\": \"13540fa6-ba73-d9f6-52f5-1bb5c31e3a6b\",\n      \"status\": \"NEW\",\n      \"changedByAdminId\": {},\n      \"changedAt\": \"2010-01-09T18:35:16.743Z\",\n      \"note\": {}\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "9ff4e514-beea-4e40-aeea-8558cb360c8a",
              "name": "List delivery orders",
              "request": {
                "name": "List delivery orders",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "key": "search",
                      "value": "<string>",
                      "description": "Search by order ID or beneficiary family representative name."
                    },
                    {
                      "disabled": false,
                      "key": "status",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "key": "deliveryDateFrom",
                      "value": "<dateTime>"
                    },
                    {
                      "disabled": false,
                      "key": "deliveryDateTo",
                      "value": "<dateTime>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "e5fcf2bb-4b92-45c3-982b-63fb2d4f5878",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "orders"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [
                        {
                          "key": "search",
                          "value": "<string>"
                        },
                        {
                          "key": "status",
                          "value": "<string>"
                        },
                        {
                          "key": "deliveryDateFrom",
                          "value": "<dateTime>"
                        },
                        {
                          "key": "deliveryDateTo",
                          "value": "<dateTime>"
                        }
                      ],
                      "variable": []
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"orders\": [\n    {\n      \"id\": \"48f65f40-3236-3cac-f690-be24c8928a17\",\n      \"description\": \"string\",\n      \"deliveryDate\": \"1970-01-04T19:47:41.039Z\",\n      \"status\": \"NEW\",\n      \"family\": {\n        \"id\": \"d3c6579c-a6aa-0c5d-ed18-f3b25653963a\",\n        \"representativeName\": \"string\",\n        \"phoneNumber\": \"string\",\n        \"email\": \"string\",\n        \"city\": \"string\",\n        \"familyMembersCount\": 3770.9652377777147,\n        \"situationDescription\": \"string\",\n        \"latitude\": 6573.3206635630095,\n        \"longitude\": 3722.9578382563177\n      },\n      \"driver\": {\n        \"id\": \"96b57e1d-8e21-2d86-eee1-cd9e5f8a421f\",\n        \"fullName\": \"string\",\n        \"phoneNumber\": \"string\"\n      },\n      \"createdByAdminId\": {},\n      \"createdAt\": \"1948-05-14T02:52:52.952Z\",\n      \"updatedAt\": \"2014-03-27T00:14:20.434Z\",\n      \"statusHistory\": [\n        {\n          \"id\": \"7411f87a-5837-5815-489d-566399f8712d\",\n          \"status\": \"NEW\",\n          \"changedByAdminId\": {},\n          \"changedAt\": \"2005-03-13T16:47:24.090Z\",\n          \"note\": {}\n        },\n        {\n          \"id\": \"f74986dd-954b-f166-67bd-44068e23e063\",\n          \"status\": \"IN_PROGRESS\",\n          \"changedByAdminId\": {},\n          \"changedAt\": \"2009-07-26T03:25:10.402Z\",\n          \"note\": {}\n        }\n      ]\n    },\n    {\n      \"id\": \"ae4480b9-d83d-5ec4-383c-4b12f9c6d2a8\",\n      \"description\": \"string\",\n      \"deliveryDate\": \"1984-05-18T22:35:09.304Z\",\n      \"status\": \"CANCELLED\",\n      \"family\": {\n        \"id\": \"281cfe65-54b9-e610-b7ba-0da15daa56ef\",\n        \"representativeName\": \"string\",\n        \"phoneNumber\": \"string\",\n        \"email\": \"string\",\n        \"city\": \"string\",\n        \"familyMembersCount\": 4040.0639092153588,\n        \"situationDescription\": \"string\",\n        \"latitude\": 6687.531612505959,\n        \"longitude\": 1101.5428152892891\n      },\n      \"driver\": {\n        \"id\": \"e69a7bc6-61d1-c3b9-d324-4696c4308978\",\n        \"fullName\": \"string\",\n        \"phoneNumber\": \"string\"\n      },\n      \"createdByAdminId\": {},\n      \"createdAt\": \"1948-06-27T23:26:19.394Z\",\n      \"updatedAt\": \"2000-09-14T01:38:38.908Z\",\n      \"statusHistory\": [\n        {\n          \"id\": \"77f36575-e6d1-8f6f-c7cf-db70d2d52833\",\n          \"status\": \"COMPLETED\",\n          \"changedByAdminId\": {},\n          \"changedAt\": \"2013-10-15T22:36:21.939Z\",\n          \"note\": {}\n        },\n        {\n          \"id\": \"82ad6082-5de6-11e2-f20c-81fc0049b391\",\n          \"status\": \"IN_PROGRESS\",\n          \"changedByAdminId\": {},\n          \"changedAt\": \"1949-04-15T02:51:30.525Z\",\n          \"note\": {}\n        }\n      ]\n    }\n  ],\n  \"page\": 2323.8603177369478,\n  \"pageSize\": 6885.033146896653,\n  \"total\": 2231.2863798218063\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "e12f3b5a-ca27-4014-b94d-494e720d6970",
              "name": "Get one delivery order",
              "request": {
                "name": "Get one delivery order",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "22e512f3-a62b-4054-a769-170f765d2c93",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "orders",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "GET",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"order\": {\n    \"id\": \"34addf88-50d6-8538-8ee2-fcd1ade7cf06\",\n    \"description\": \"string\",\n    \"deliveryDate\": \"1975-10-13T03:48:10.167Z\",\n    \"status\": \"NEW\",\n    \"family\": {\n      \"id\": \"e624beaa-5090-5f2c-d677-fb937474c24e\",\n      \"representativeName\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"email\": \"string\",\n      \"city\": \"string\",\n      \"familyMembersCount\": 8395.034789555706,\n      \"situationDescription\": \"string\",\n      \"latitude\": 7343.36562931607,\n      \"longitude\": 7959.054335833868\n    },\n    \"driver\": {\n      \"id\": \"945627a7-8236-9249-f9a4-da73cb238e34\",\n      \"fullName\": \"string\",\n      \"phoneNumber\": \"string\"\n    },\n    \"createdByAdminId\": {},\n    \"createdAt\": \"1998-06-15T12:34:01.402Z\",\n    \"updatedAt\": \"1950-11-14T16:49:12.290Z\",\n    \"statusHistory\": [\n      {\n        \"id\": \"94c223a5-f0b9-fee5-64d4-3e81548e5c35\",\n        \"status\": \"NEW\",\n        \"changedByAdminId\": {},\n        \"changedAt\": \"1997-04-29T18:32:17.441Z\",\n        \"note\": {}\n      },\n      {\n        \"id\": \"4c8bacf5-886f-c203-fcc8-a7b778c3c619\",\n        \"status\": \"COMPLETED\",\n        \"changedByAdminId\": {},\n        \"changedAt\": \"2006-03-22T06:57:50.384Z\",\n        \"note\": {}\n      }\n    ]\n  }\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "fdf77b4d-2608-4a2b-9cdc-f8f5ec098b07",
              "name": "Update a new delivery order",
              "request": {
                "name": "Update a new delivery order",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"driverId\": \"<uuid>\",\n  \"description\": \"<string>\",\n  \"deliveryDate\": \"<dateTime>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "c4ad1b38-9502-4892-bec2-51e4f3bcfe35",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "orders",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "PATCH",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"driverId\": \"<uuid>\",\n  \"description\": \"Deliver food basket and hygiene supplies.\",\n  \"deliveryDate\": \"2026-05-01T08:00:00.000Z\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"dbe4c8a9-9e5c-abde-2c07-532199b31903\",\n  \"description\": \"string\",\n  \"deliveryDate\": \"2014-02-07T13:23:03.358Z\",\n  \"status\": \"CANCELLED\",\n  \"family\": {\n    \"id\": \"23dd48d6-8aa4-683d-45be-76aa381c3f85\",\n    \"representativeName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"string\",\n    \"city\": \"string\",\n    \"familyMembersCount\": 211.0086972614922,\n    \"situationDescription\": \"string\",\n    \"latitude\": 1577.0028183877782,\n    \"longitude\": 675.9645042806573\n  },\n  \"driver\": {\n    \"id\": \"566608a0-4c25-4d9e-972c-42dd1208fae1\",\n    \"fullName\": \"string\",\n    \"phoneNumber\": \"string\"\n  },\n  \"createdByAdminId\": {},\n  \"createdAt\": \"1983-11-26T06:29:14.740Z\",\n  \"updatedAt\": \"1978-10-23T11:51:39.704Z\",\n  \"statusHistory\": [\n    {\n      \"id\": \"9cfd7e9c-ccea-d873-3571-e0b9b211ab18\",\n      \"status\": \"IN_PROGRESS\",\n      \"changedByAdminId\": {},\n      \"changedAt\": \"1948-09-23T22:03:28.031Z\",\n      \"note\": {}\n    },\n    {\n      \"id\": \"5b0acce1-afc2-803e-f7c5-9a82d723f464\",\n      \"status\": \"COMPLETED\",\n      \"changedByAdminId\": {},\n      \"changedAt\": \"1970-03-18T01:49:10.189Z\",\n      \"note\": {}\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "073ac850-9dc9-4fee-b7ec-1bbe37c9fc84",
              "name": "Delete a delivery order",
              "request": {
                "name": "Delete a delivery order",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "orders",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                }
              },
              "response": [
                {
                  "id": "1b25a4ff-85ab-4efd-9329-6099348d0e0d",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "orders",
                        ":id"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "DELETE",
                    "body": {}
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"success\": true\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            },
            {
              "id": "a9108de1-263c-4f1c-90c2-36ab60ccc4dc",
              "name": "Change delivery order status",
              "request": {
                "name": "Change delivery order status",
                "description": {},
                "url": {
                  "path": [
                    "admin",
                    "orders",
                    ":id",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "disabled": false,
                    "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                    "key": "Accept-Language",
                    "value": "{{acceptLanguage}}"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "auth": {
                  "type": "bearer",
                  "bearer": [
                    {
                      "key": "token",
                      "value": "{{bearerToken}}"
                    }
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"status\": \"<string>\",\n  \"note\": \"<string>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [
                {
                  "id": "fee1e869-9d7f-4632-9f5e-08df7dbe5732",
                  "originalRequest": {
                    "url": {
                      "path": [
                        "admin",
                        "orders",
                        ":id",
                        "status"
                      ],
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "query": [],
                      "variable": [
                        {
                          "disabled": false,
                          "type": "any",
                          "value": "<string>",
                          "key": "id",
                          "description": "(Required) "
                        }
                      ]
                    },
                    "header": [
                      {
                        "disabled": false,
                        "description": "Optional response language for error messages. Supported values: en, ar. Defaults to ar.",
                        "key": "Accept-Language",
                        "value": "{{acceptLanguage}}"
                      },
                      {
                        "key": "Accept",
                        "value": "application/json"
                      }
                    ],
                    "method": "POST",
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"status\": \"<string>\",\n  \"note\": \"Driver confirmed delivery.\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "application/json"
                    }
                  ],
                  "body": "{\n  \"id\": \"dbe4c8a9-9e5c-abde-2c07-532199b31903\",\n  \"description\": \"string\",\n  \"deliveryDate\": \"2014-02-07T13:23:03.358Z\",\n  \"status\": \"CANCELLED\",\n  \"family\": {\n    \"id\": \"23dd48d6-8aa4-683d-45be-76aa381c3f85\",\n    \"representativeName\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"email\": \"string\",\n    \"city\": \"string\",\n    \"familyMembersCount\": 211.0086972614922,\n    \"situationDescription\": \"string\",\n    \"latitude\": 1577.0028183877782,\n    \"longitude\": 675.9645042806573\n  },\n  \"driver\": {\n    \"id\": \"566608a0-4c25-4d9e-972c-42dd1208fae1\",\n    \"fullName\": \"string\",\n    \"phoneNumber\": \"string\"\n  },\n  \"createdByAdminId\": {},\n  \"createdAt\": \"1983-11-26T06:29:14.740Z\",\n  \"updatedAt\": \"1978-10-23T11:51:39.704Z\",\n  \"statusHistory\": [\n    {\n      \"id\": \"9cfd7e9c-ccea-d873-3571-e0b9b211ab18\",\n      \"status\": \"IN_PROGRESS\",\n      \"changedByAdminId\": {},\n      \"changedAt\": \"1948-09-23T22:03:28.031Z\",\n      \"note\": {}\n    },\n    {\n      \"id\": \"5b0acce1-afc2-803e-f7c5-9a82d723f464\",\n      \"status\": \"COMPLETED\",\n      \"changedByAdminId\": {},\n      \"changedAt\": \"1970-03-18T01:49:10.189Z\",\n      \"note\": {}\n    }\n  ]\n}",
                  "cookie": [],
                  "_postman_previewlanguage": "json"
                }
              ],
              "event": [],
              "protocolProfileBehavior": {
                "disableBodyPruning": true
              }
            }
          ],
          "event": []
        }
      ]
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "http://localhost:3000",
      "type": "string",
      "description": "Base URL for the API under test."
    },
    {
      "key": "acceptLanguage",
      "value": "ar",
      "type": "string",
      "description": "Response language for localized API errors."
    },
    {
      "key": "bearerToken",
      "value": "test-access-token",
      "type": "string",
      "description": "Access token returned by the OTP verification flow."
    },
    {
      "key": "phoneNumber",
      "value": "+966500110011",
      "type": "string",
      "description": "Saudi test phone number used across donor auth requests."
    },
    {
      "key": "otpCode",
      "value": "1234",
      "type": "string",
      "description": "Mock OTP code for manual testing."
    },
    {
      "key": "refreshToken",
      "value": "test-refresh-token-1234",
      "type": "string",
      "description": "Refresh token returned by the sign-in flow."
    },
    {
      "key": "resetToken",
      "value": "test-reset-token-1234",
      "type": "string",
      "description": "Reset token returned by forgot-password OTP verification."
    },
    {
      "key": "password",
      "value": "SelsalPass123!",
      "type": "string",
      "description": "Default password for first-time password creation."
    },
    {
      "key": "currentPassword",
      "value": "SelsalPass123!",
      "type": "string",
      "description": "Current password used in change-password requests."
    },
    {
      "key": "newPassword",
      "value": "SelsalPass456!",
      "type": "string",
      "description": "Replacement password used in reset or change-password requests."
    },
    {
      "key": "sessionId",
      "value": "11111111-1111-1111-1111-111111111111",
      "type": "string",
      "description": "Session identifier returned by the sessions listing endpoint."
    },
    {
      "key": "campaignId",
      "value": "880158d7-ec0f-4066-8b99-0308b2c663c7",
      "type": "string",
      "description": "Campaign identifier used in donation and campaign requests."
    },
    {
      "key": "paymentId",
      "value": "07076389662322472373",
      "type": "string",
      "description": "PaymentId returned by MyFatoorah redirect callbacks."
    },
    {
      "key": "filename",
      "value": "7c38a4a1-2c23-4dcb-80b4-9aef6eb0d58f-contract.pdf",
      "type": "string",
      "description": "Stored file name returned by the upload endpoint."
    },
    {
      "key": "fullName",
      "value": "Selsal Tester",
      "type": "string",
      "description": "Profile full name used in profile update requests."
    },
    {
      "key": "email",
      "value": "tester@example.com",
      "type": "string",
      "description": "Profile email used in profile update requests."
    }
  ],
  "info": {
    "_postman_id": "b657d497-b182-4b36-b95c-094655d11bf1",
    "name": "selsal-api",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "HTTP API documentation for selsal-api.",
      "type": "text/plain"
    }
  }
}
