Solved
Issue while creating form via API
I am attempting to create the form through the API, but I am encountering the following error:
{
"errors": [
{
"id": "a3afc810-5780-4d31-9d9e-ff0b50ae986c",
"status": 500,
"code": "error",
"title": "A server error occurred.",
"detail": "A server error occurred.",
"source": {
"pointer": "/data/"
}
}
]
}
