curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/members/1/cars/1?with_archived=false&only_archived=false' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
    "car": {
        "id": 1,
        "registration_number": "14",
        "color": "white",
        "make": "Toyota",
        "expires_at": "2022-11-09T16:25:58.099512Z",
        "created_at": "2022-11-05T16:25:58.099512Z",
        "updated_at": "2022-11-15T16:25:58.099512Z",
        "archived_at": null
    }
}