curl --request POST \
--url https://spark.test.woodcore.co/api/v2/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"_isActive": true,
"_isAddressEnabled": true,
"city": "HungerFord",
"clientType": "individual",
"country": "The Gambia",
"createDepositAccount": false,
"createdDate": "12 April 2023",
"dateOfBirth": "10 February 1997",
"emailAddress": "wair33214@yopmail.com",
"externalId": "T-803",
"firstname": "Peter",
"gender": "male",
"lastname": "Thompson",
"middlename": "Segun",
"mobileNo": "+2349047838783",
"officeId": 1,
"productId": 1,
"state": "Banjul",
"street": "11, Longway, Hungerford, Gambia",
"tierLevel": 3
}'
{}
curl --request POST \
--url https://spark.test.woodcore.co/api/v2/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"_isActive": true,
"_isAddressEnabled": true,
"city": "HungerFord",
"clientType": "individual",
"country": "The Gambia",
"createDepositAccount": false,
"createdDate": "12 April 2023",
"dateOfBirth": "10 February 1997",
"emailAddress": "wair33214@yopmail.com",
"externalId": "T-803",
"firstname": "Peter",
"gender": "male",
"lastname": "Thompson",
"middlename": "Segun",
"mobileNo": "+2349047838783",
"officeId": 1,
"productId": 1,
"state": "Banjul",
"street": "11, Longway, Hungerford, Gambia",
"tierLevel": 3
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ddddd
The response is of type object
.