Authorization: Bearer ********************{
"ids": [
"f4b6403a-f5f1-49b9-a6d2-6ce8c68cae0d"
]
}curl --location -g --request POST '/luma/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"f4b6403a-f5f1-49b9-a6d2-6ce8c68cae0d"
]
}'