Save Stock Pin

Save Stock Pin. This endpoint is used to save the stock pin of the user. It will save the stock pin of the user. Note: Pin must be at least 4 characters long. Attach the pin in the header as `x-stock-pin`.

POST
/stock/pin
/stock/pin

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Header Parameters

x-stock-pin
Required
string

curl -X POST "https://api.t4b.top/stock/pin" \
  -H "x-stock-pin: string" \
  -H "Authorization: Bearer <token>"

Ok

{
  "data": {
    "message": [
      "string"
    ]
  },
  "statusCode": 200
}