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