Authorization: Bearer ********************curl --location --request GET 'https://api.stg.bidancer.com/tender-service/v1/tender//check-bid?bidderType&businessAgeMonths&businessRating&completedEngagements&countryCode&signals' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": {
"canBid": true,
"credits": {
"platformFee": 0,
"refundIfNotAccepted": 0,
"submitCost": 0
},
"reasons": [
"string"
]
}
}