Create board if folder_id doesn’t exist or workspace_id doesn’t match folder_id, will return 500 Internal Server Error as below:
Q1: Why doesn’t it return 400 Bad Request or 404 Not Found error? When return 500, it’s impossible to know it’s user error or server error.
Q2: do you have any API endpoint to get all folder_ids of a workspace?
Thank you!