Create Person

User Data Schema

Fields

Example of Creating a Record

Request

curl --request POST \
     --url https://api.uat.laka.co/v3/accounts \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"type":"Person"}'

Response

HTTP Status


Updated about 1 month ago.