put https://api.swoogo.com/api/v1/image///
Images Update / Set
This endpoint creates a new object. It returns a detail response containing the details of the added item. This route allows users to update/set an image field for a specified object by uploading an image via API This request needs to be done as a multipart/form-data request. The body should also have only 1 body parameter called ‘file’ and its value should be an image file. The file should be no larger than 5MB in size and have one of these valid extensions: ['jpg', 'jpeg', 'gif', 'png']