{{baseUrl}}/efris/verify-tin/:tinNumbertinNumber (string): The TIN that needs to be verified. This parameter should be included in the URL path.valid (boolean): Indicates whether the TIN is valid.entityName (string): The name of the entity associated with the TIN, if applicable.curl --location --request GET 'https://auth.efris.kakasa.xyz/api/v1/efris/verify-tin/tin' \
--header 'Authorization: Bearer <token>'{}