curl --location --request POST 'http://{url}/api/rest/issues/' --header 'Authorization: {token}' --header 'Content-Type: application/json' --data-raw '{"summary": "This is a test issue", "description": "This is a test description", "category": {"id": 1}, "project": {"id": 2}}' --verbose Note: Unnecessary use of -X or --request, POST is already inferred. * Protocol "'http" not supported or disabled in libcurl * Closing connection -1 curl: (1) Protocol "'http" not supported or disabled in libcurl Note: Unnecessary use of -X or --request, POST is already inferred. * Rebuilt URL to: {token}'/ * Could not resolve host: {token}' * Closing connection 0 curl: (6) Could not resolve host: {token}' Note: Unnecessary use of -X or --request, POST is already inferred. * Could not resolve host: application * Closing connection 1 curl: (6) Could not resolve host: application Note: Unnecessary use of -X or --request, POST is already inferred. * Rebuilt URL to: This is a test issue,/ * Could not resolve host: This is a test issue, * Closing connection 2 curl: (6) Could not resolve host: This is a test issue, Note: Unnecessary use of -X or --request, POST is already inferred. * Rebuilt URL to: description:/ * Could not resolve host: description * Closing connection 3 curl: (6) Could not resolve host: description Note: Unnecessary use of -X or --request, POST is already inferred. * Rebuilt URL to: This is a test description,/ * Could not resolve host: This is a test description, * Closing connection 4 curl: (6) Could not resolve host: This is a test description, Note: Unnecessary use of -X or --request, POST is already inferred. * Rebuilt URL to: category:/ * Could not resolve host: category * Closing connection 5 curl: (6) Could not resolve host: category curl: (3) [globbing] unmatched brace in column 1 curl: (3) [globbing] unmatched close brace/bracket in column 2 Note: Unnecessary use of -X or --request, POST is already inferred. * Rebuilt URL to: project:/ * Could not resolve host: project * Closing connection 6 curl: (6) Could not resolve host: project curl: (3) [globbing] unmatched brace in column 1 curl: (3) [globbing] unmatched close brace/bracket in column 2