| 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;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Store-Id;'{}