Authorization: Bearer ********************
curl --location '/api/V1/form/apply' \ --header 'Authorization: Bearer <token>' \ --form 'cId="32"' \ --form 'email="ktrees.designer@gmail.com"' \ --form 'date="2025-01-01"'
{ "result": "success", "status": "200", }