curl --location -g --request POST '{{system_user_url}}/attention-requests/store' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'client.id=""' \
--form 'client.name=""' \
--form 'client.phone=""' \
--form 'status=""' \
--form 'reason_for_buy_option_id=""' \
--form 'unit_size_range_option_id=""' \
--form 'payment_method=""' \
--form 'price_range_option_id=""' \
--form 'bedroom_count_option_id=""' \
--form 'how_hear_about_us[0]=""' \
--form 'call_center_id=""' \
--form 'platform=""' \
--form 'interest_status=""' \
--form 'not_interested_option_id=""' \
--form 'interested_option_ids[0]=""' \
--form 'property_type=""' \
--form 'type=""' \
--form 'note=""' \
--form 'projects_ids[0]=""' \
--form 'units_ids[0]=""' \
--form 'country_id=""' \
--form 'area_id=""' \
--form 'city_id=""' \
--form 'block_id=""' \
--form 'target=""' \
--form 'payment_system=""' \
--form 'real_estate_ids=""' \
--form 'estate_unit_ids=""' \
--form 'is_urgent_contact=""' \
--form 'section_id=""'