curl --location 'https://api-demo-story.glueup.com/v2/public/membership/individualApplicationForms' \
--header 'a;' \
--header 'Content-Type: application/json' \
--data '{}'{
"warnings": [
null
],
"errors": [
null
],
"metadata": {
"pagination": {
"total": 0
}
},
"value": [
{
"id": "string",
"organizationId": 0,
"fields": [
{}
],
"isCustom": true,
"title": {
"property1": "string",
"property2": "string"
},
"types": [
{}
],
"createdOn": 0,
"createdBy": 0,
"lastModified": 0,
"lastModifiedBy": 0
}
]
}