{ "status": "success", "message": "Tag verified successfully", "data": { "availability": true, "tag": "j.hope" } }
Call this endpoint to check the availability of a tag
curl --request GET 'https://test-api.bvndle.com/api/v1/ufel/users/verify-tag?tag=j.hope' \ --header 'Content-Type: application/json' \