| Parameter | Type | Required | Description |
|---|---|---|---|
| issue_type_id | integer | required | issue type id |
| description | string | required | issue description |
| location | string | optional |
| Key | Type | Description |
|---|---|---|
| Issue | See: Issue model with attachments |
| Status | Reason |
|---|---|
422 | Invalid parameters |
{
// Issue - see 'Issue model with attachments'
}curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/users/me/operations/issues' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Store-Id: ' \
--header 'Content-Type: application/json'{}