I’m trying to get a board picture using the API: https://developers.miro.com/reference#get-picture
however when I enter the “boards” value and the correct board ID (checked separately using the get boards url) I get nothing returned. The example says that the following should be returned:
{ "type": "picture", "imageUrl": "https://r.miro.com/1234567890/0987654321/1234/4/1/size210.jpg", "id": "3074345367401345438" }
so why am I getting a 204 no content response?