Authorization: Bearer <Your-Secret-Key>
- The secret key for authenticating the API request.Accept: application/json
- The accepted response content type.Content-Type: multipart/form-data
- The content type for the form data.chatbotId
(string, required): The unique identifier for the chatbot you want to update the profile picture for.profilePictureFile
(file, required): The profile picture file to be uploaded. The image must be a square (length = width) and its size must be under 1MB.