curl --location --request POST '/admin/refunds/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reservationId": "65ead5f5fd94f5ef64cd7393",
"days": 1,
"roomsTaken": 1,
"reasons": "This is the ngint tokdaflda fj",
"account": {
"name": "Yahaya Abdullah Abu",
"number": "02089827291",
"bank": "GT BANK"
}
}'{
"status": true,
"message": "Success! the coupon code has been created successfully",
"data": {
"reservationId": "65ead5f5fd94f5ef64cd7393",
"reasons": "This is the ngint tokdaflda fj",
"name": "Abdullah yahaya",
"email": "abdullahyahaya46@gmail.com",
"account": {
"name": "Yahaya Abdullah Abu",
"number": "02089827291",
"bank": "GT BANK",
"_id": "65ec047bc8f0d779ef40e08a"
},
"isAdmin": false,
"status": "pending",
"_id": "65ec047bc8f0d779ef40e089",
"createdAt": "2024-03-09T06:40:59.398Z",
"updatedAt": "2024-03-09T06:40:59.398Z",
"__v": 0
}
}