Authorization: Bearer ********************{
"clip_id": "21ff06d1-9bd5-47e7-bdd2-8a4536850e6d",
"format":"wav"
}curl --location --request POST 'https://api.musicapi.ai/api/v1/producer/download' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clip_id": "21ff06d1-9bd5-47e7-bdd2-8a4536850e6d",
"format":"wav"
}'{
"message": "success",
"task_id": "29906f02-2366-4218-b25a-41458e1d60e0"
}