URL
https://test-api.bvndle.com/api/v1/laas/trending-dealsnametypeDescription
cURL
curl --request POST 'https://test-api.bvndle.com/api/v1/laas/rules/create-rule' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ACCESS_TOKEN' \
--data-raw '
{
"userId": "f0c8c81d-13d3-4515-b40f-711ef91de094",
}'
{
"status": "success",
"message": "redirect to url below",
"data": {
"url": "https://release-test.dznwntq5ls137.amplifyapp.com?token=180...1"
}
}
{
"status": "failed",
"message": "data not found",
"data": {
"errorType": "not found",
"appErrorCode": "",
"error": "User Not Found"
}
}
