curl --request POST \
--url https://api.sibipro.com/offers/{id}/send \
--header 'Authorization: Bearer <token>'Sends a pending offer to the customer. The offer must be in “pending” status.
curl --request POST \
--url https://api.sibipro.com/offers/{id}/send \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the offer to send