Retrieves the dimensions of the specified display.
curl --request GET \ --url http://localhost:4242/{computer_name}/api/display/screen_size
{ "width": 1920, "height": 1080 }