Create additional visionary slots. New slots are added at the next available indices.
curl --request POST \
--url https://api.fluxer.app/v1/admin/visionary-slots/expand \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"count": 500
}'{
"success": true
}Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
Number of new slots to create
1 <= x <= 1000Success
true curl --request POST \
--url https://api.fluxer.app/v1/admin/visionary-slots/expand \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"count": 500
}'{
"success": true
}