Fetches a specific template and associated pictures based on the client ID.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/template \
--header 'Authorization: Bearer <token>'{
"template": {},
"pics": [
{}
]
}curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/template \
--header 'Authorization: Bearer <token>'{
"template": {},
"pics": [
{}
]
}