Authorization: ********************{
"package_id": 0,
"user_id": 0,
"quantity": 1,
"payment_method": "cash",
"notes": "string"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/coach/offline-sales' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"package_id": 0,
"user_id": 0,
"quantity": 1,
"payment_method": "cash",
"notes": "string"
}'{
"code": 200,
"message": "success",
"data": {}
}