curl --request POST \
--url https://api.skulabs.com/order/get_single_bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"order": "<string>"
}
'/order/get_single_bulk
curl --request POST \
--url https://api.skulabs.com/order/get_single_bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"order": "<string>"
}
'