curl --location --request POST 'https://staging.api.adlyft.otomatika.net/api/v1/cabbdc29-3fe5-43c7-b815-084ab7c9f6fe/meta/lead-form?adAccountId=act_1342045733694920' \
--header 'x-api-key: $2b$10$3gm2vjmU2FT2iHNlwu/Lg.Gwta4oya1evIS8uBXp5Zs/5Kelh0aCK' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageId": "string",
"questions": [
{
"type": "CUSTOM",
"label": "string",
"options": [
{
"value": "string",
"key": "string"
}
]
}
],
"privacyPolicyUrl": "string",
"privacyPolicyName": "string",
"name": "string",
"thankYouPage": {
"title": "string",
"body": "string",
"buttonText": "string",
"buttonType": "VIEW_WEBSITE",
"websiteUrl": "string",
"countryCode": "string",
"businessPhoneNumber": "string"
},
"language": "AR_AR",
"introPage": {
"title": "string",
"style": "LIST_STYLE",
"content": [
"string"
]
}
}'