curl --location 'https://api.techrar.com/order/v1/merchant/fulfillments/tickets/bulk-update/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"fulfillment_ids": [103722],
"status": "active"
}'{
"message": "Tickets updated successfully"
}