API-20 — Create Help Request with Valid Data

Help
Backend API
API-20 — Create Help Request with Valid Data
Published

2026-06-17

API-20 — Create Help Request with Valid Data

Target

Backend API — Help

Preconditions

  • A valid authentication token exists

Steps

  1. Send POST https://project6.dxtserver.com/drivelink_new/public/api/v1/help with required fields (description, location, etc.) and the auth token
  2. Observe the response

Expected Result

  • HTTP 200 or 201 is returned
  • The help request is created
  • It appears in the Help section of the Admin Panel