curl --location --request POST 'https://qa.api.adlyfy.dev/api/v1//api/v1/connections' \
--header 'x-api-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": "meta",
"redirect": "string"
}'{
"authUrl": "https://accounts.google.com/o/oauth2/v2/auth?client_id=1234567890-abc.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fgoogle%2Fredirect%2Fcallback&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords&state=eyJ0ZW5hbnRJZCI6IjVlYzBjNzllLWMwZjMtNGVjYS04YjU1LTk1ZmNhODliNWQ3YSIsImV4dGVybmFsVXNlcklkIjoiZXh0ZXJuYWwtdXNlci0xMjMifQ"
}