GET /api/aftermarket?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 2,
"first_name": "Test",
"last_name": "User",
"email": "test@example.com",
"phone_number": null,
"company_name": null,
"country": "United States",
"message": "This is a test message for deletion testing"
},
{
"id": 3,
"first_name": "Test",
"last_name": "User",
"email": "test@example.com",
"phone_number": null,
"company_name": null,
"country": "United States",
"message": "This is a test message for deletion testing"
},
{
"id": 4,
"first_name": "Test",
"last_name": "User",
"email": "test@example.com",
"phone_number": null,
"company_name": null,
"country": "United States",
"message": "This is a test message for deletion testing"
}
]