can't get projects in api
when I try to get projects from the api, it's throwing this error
her's the endpoint I used
her's the endpoint I used
Projects: {
message: 'UNDEFINED_VALUE: Undefined values are not allowed',
code: 'INTERNAL_SERVER_ERROR'
}curl -X 'GET' \
'https://your-domain/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <token>'