This MR adds two new methods to PodClient:
- create_file(file_data) that creates a file item and uploads its corresponding data to POD
- upload_file_b(file_data) that uploads a file to POD by using auth_json. This upload method is especially needed by plugins.