curl --request POST \
--url https://api.example.com/media/stage-media-file-in-chunks \
--header 'Authorization: Bearer <token>'Saves a new media item in chunks of data for the specified ism or concat. For isers, saves an avatar. Use the type parameter to specify if the save is for an iser, ism, or concat.
curl --request POST \
--url https://api.example.com/media/stage-media-file-in-chunks \
--header 'Authorization: Bearer <token>'