curl --location --globoff --request PUT 'https://.daftra.com/api2/suppliers/2.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Supplier": {
"is_offline": false,
"supplier_number": 94,
"staff_id": 0,
"business_name": "Acme Supplies",
"first_name": "Ramon",
"last_name": "Veum",
"email": "supplieer@example.com",
"password": "_b4Km3og_t9dg6z",
"confirm_password": "_b4Km3og_t9dg6z",
"address1": "6532 Pfeffer-Leannon Via",
"address2": "Apt. 208",
"city": "Alvinaland",
"state": "Florida",
"postal_code": "60977",
"phone1": "+1000000001",
"phone2": "(566) 589-3056",
"country_code": "PF",
"notes": "ea",
"active_secondary_address": true,
"secondary_name": "Wade Weber",
"secondary_address1": "8604 W 3rd Street",
"secondary_address2": "esse elit Ut anim mollit",
"secondary_city": "Auerburgh",
"secondary_state": "Connecticut",
"secondary_postal_code": "64640-1237",
"secondary_country_code": "VG",
"language_code": "46",
"default_currency_code": "XOF",
"attachment": "ex mollit esse Duis",
"follow_up_status": 14200494,
"bn1": "magna id",
"bn1_label": "dolor in",
"bn2_label": "non ipsum Ut reprehenderit",
"bn2": "velit ad officia",
"branch_id": 1
}
}'