api-log
| User | - |
|---|---|
| Device Ip | 49.36.107.99 |
| Request Method | POST |
| Endpoint | https://dev.stockflow.me/api/v1/subscribe-now |
| Request Headers | {
"content-type": [
"application/json"
],
"user-agent": [
"PostmanRuntime/7.51.0"
],
"accept": [
"*/*"
],
"postman-token": [
"eaf82263-40d6-406f-95e5-abfe3d5d5643"
],
"host": [
"dev.stockflow.me"
],
"accept-encoding": [
"gzip, deflate, br"
],
"connection": [
"keep-alive"
],
"content-length": [
"229"
]
} |
| Request Body | {
"user_id": 1,
"subscription_id": 29,
"products": [
{
"product_id": 1,
"qty": 2,
"subscription_price": 14
},
{
"product_id": 5,
"qty": 3,
"subscription_price": 12
}
],
"total": 22,
"discount": 2
} |
| Response Body | {
"success": true,
"status": 404,
"message": "Subscription not found",
"data": []
} |
| Response Status | 200 |
| Created At | 2025-12-24 14:54:25 |