i am trying to get form details of a project/issue. i have tried what is written on the documentation page on how to get form details on a project/issue. i copied the python code and substituted the values.
This is the error reponse
{
"error": "Not Found",
"message": "No message available",
"path": "/jira/forms/cloud/xxx-xx-xx-xxx-xxxxx/project/xxxx/form",
"status": 404,
"timestamp": "2023-05-25T09:59:49.624619Z"
}
The doc page:
https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-project/
what am i doing wrong