35 lines
533 B
Plaintext
35 lines
533 B
Plaintext
meta {
|
|
name: create playlist
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/music-playlists
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
~category_id: 1
|
|
~subcategory_id: 1
|
|
~name: انگیزشی هایپ 4
|
|
~description: Music for deep sleep
|
|
}
|
|
|
|
body:multipart-form {
|
|
category_ids[]: 1
|
|
subcategory_ids[]: 1
|
|
name: انگیزشی هایپ 5
|
|
~description: Music for deep sleep
|
|
~image_id: 1
|
|
~image: @file()
|
|
~detail_image_id: 1
|
|
~detail_image: @file()
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|