POST
/
api
/
v1
/
quick-help
/
sessions
Create Quick Help Session
curl --request POST \
  --url https://api.jobsim.work/api/v1/quick-help/sessions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "linked_task_ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
linked_task_ids
string[]

Response

Successful Response