Authorization: Bearer ********************curl --location --request GET '/verify_profiles/templates' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
"text": "Your {{app_name}} verification code is: {{code}}."
}
]
}