Notify Dispatch

Token in body

{
    "updated_at": "2023-09-22T23:00:14.573359+10:00",
    "merchant": {
        "id": 1,
        "name": "Merchant"
    },
    "driver": {
        "id": 2,
        "full_name": "Harrison Wood",
        "phone_number": "+61295071495",
        "skill_sets": [
            {
                "id": 1,
                "name": "SkillSet#000",
                "color": "#F56E8F",
                "is_secret": false
            }
        ]
    },
    "location": {
        "location": "-37.865322,145.027478",
        "address": "25 Glenferrie Rd, Malvern VIC 3144, Australia"
    },
    "token": "hEK0LF6gWzz08nrBaevVjQ",
    "topic": "notify_dispatch"
}

Token in headers

{
    "Authorization": "Token MlfqEdN60b9fLOHEPdPGUQ",
}

Body

{
    "updated_at": "2023-09-22T23:00:14.573359+10:00",
    "merchant": {
        "id": 1,
        "name": "Merchant"
    },
    "driver": {
        "id": 2,
        "full_name": "Harrison Wood",
        "phone_number": "+61295071495",
        "skill_sets": [
            {
                "id": 1,
                "name": "SkillSet#000",
                "color": "#F56E8F",
                "is_secret": false
            }
        ]
    },
    "location": {
        "location": "-37.865322,145.027478",
        "address": "25 Glenferrie Rd, Malvern VIC 3144, Australia"
    },
    "topic": "notify_dispatch"
}