curl --request PUT \
--url https://spark.test.woodcore.co/api/v2/loops/entries/Bvn/{value} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Bvn": "1234567532"
}'
{}
curl --request PUT \
--url https://spark.test.woodcore.co/api/v2/loops/entries/Bvn/{value} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Bvn": "1234567532"
}'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ddddd
The response is of type object
.