curl --request POST \
--url https://api.waytoapi.com/apidoc/collect/ai/suno/music/concat \
--header 'Content-Type: application/json' \
--header 'aiKey: <aikey>' \
--data '
{
"clip_id": "<string>",
"is_infill": true,
"project_id": "<string>",
"edit_session_id": "<string>"
}
'