Untitled

 avatar
unknown
plain_text
2 years ago
1.2 kB
6
Indexable
curl --location 'https://h-stage-apigateway.byjus.onl/wfms-ticket-service/api/v1/tickets' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \
--header 'Connection: keep-alive' \
--header 'Content-Type: application/json' \
--header 'Origin: https://workflow-managment-system-staging.byjusweb.com' \
--header 'Referer: https://workflow-managment-system-staging.byjusweb.com/' \
--header 'projectId: 1011' \
--header 'serviceToken: 6572f764b5d434f41afe680fe545fc2f3fe9ab8dc13cbbf027f19e6ef3a99704' \
--header 'isExternalSource: true' \
--data-raw '{
    "channel": "ticketing-portal",
    "category": "IAS",
    "requester": {
        "name": "Suresh",
        "firstName": "Suresh",
        "lastName": "Podeti",
        "email": "suresh.podeti@byjus.com"
    },
    "details": {
        "subCategory": "IAS",
        "issueType": "IAS",
        "issueSubType": "IAS",
        "customerName": "suresh podeti",
        "customerEmail": "suresh.podeti@byjus.com",
        "subject": "Call Back Task",
        "description": "Call Back Task",
        "test": "adad",
        "test2": "adad",
        "test3": "adad"
    },
    "projectId": 1011
}'
Editor is loading...
Leave a Comment