feat: add sub category api
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
meta {
|
||||
name: upload music
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/music
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
title: Ocean Waves
|
||||
artist: Nature Sounds
|
||||
file: @file(C:\Users\nourk\Downloads\Telegram Desktop\Lektion 1.1.mp4)
|
||||
playlist_id: 2
|
||||
~type: public
|
||||
~duration:
|
||||
~image_id:
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user