curl --location --globoff 'https://.daftara.com/api2/suppliers.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Supplier": {
"is_offline": false,
"supplier_number": 17,
"staff_id": 0,
"business_name": "Acme Supplies",
"first_name": "Sally",
"last_name": "Kessler",
"email": "suppliesr@exsasmaple.com",
"password": "4AkICJptpptTXPk",
"confirm_password": "4AkICJptpptTXPk",
"address1": "7484 W Broadway Avenue",
"address2": "Suite 859",
"city": "Guiseppefort",
"state": "South Dakota",
"postal_code": "65196-7268",
"phone1": "+1000000000",
"phone2": "(613) 767-4263",
"country_code": "US",
"notes": "et quis anim velit consectetur",
"active_secondary_address": true,
"secondary_name": "Kristie Sporer",
"secondary_address1": "60642 S Bridge Street",
"secondary_address2": "exercitation",
"secondary_city": "Stiedemannmouth",
"secondary_state": "Colorado",
"secondary_postal_code": "69384",
"secondary_country_code": "JM",
"language_code": "2",
"default_currency_code": "XCD",
"attachment": "aliqua cillum proident incididunt sit",
"follow_up_status": -73984533,
"bn1": "laborum anim aute",
"bn1_label": "pariatur labore",
"bn2_label": "dolore consequat commodo ad",
"bn2": "occaecat tempor dolore ad consectetur",
"branch_id": 1
}
}'